Эх сурвалжийг харах

Change versioning to 1.0.1.#{(a..z).to_a.index 'q'}

Marcin Krzyżanowski 9 жил өмнө
parent
commit
4bf5195690

+ 2 - 1
OpenSSL-Universal.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name         = "OpenSSL-Universal"
-  s.version      = "1.0.1.q"
+  s.version      = "1.0.1.#{("a".."z").to_a.index 'q'}"
   s.summary      = "OpenSSL for iOS and OS X"
   s.description  = "OpenSSL is an SSL/TLS and Crypto toolkit. Deprecated in Mac OS and gone in iOS, this spec gives your project non-deprecated OpenSSL support. Supports OSX and iOS including Simulator (armv7,armv7s,arm64,i386,x86_64)."
   s.homepage     = "http://krzyzanowskim.github.io/OpenSSL/"
@@ -41,4 +41,5 @@ Pod::Spec.new do |s|
   s.osx.vendored_libraries  = 'lib-osx/libcrypto.a', 'lib-osx/libssl.a'
 
   s.libraries = 'ssl', 'crypto'
+  s.requires_arc = false
 end