|
@@ -51,8 +51,11 @@ To install CryptoSwift, add it as a submodule to your project (on the top level
|
|
|
|
|
|
Then, drag the CryptoSwift.xcodeproj file into your Xcode project, and add CryptoSwift.framework as a dependency to your target.
|
|
|
|
|
|
+Alternatively, you can build the Universal Framework and link it in your Xcode project.
|
|
|
+Aggregate target `CryptoSwift-Universal` runs a script to build a universal framework. The script currently copies the framework to the `Framework` directory.
|
|
|
+
|
|
|
#####iOS and OSX
|
|
|
-By default project is setup for iOS. You need to switch to OSX SDK manually [see #8](https://github.com/krzyzanowskim/CryptoSwift/issues/8)
|
|
|
+By default project is setup for iOS. You need to switch to OS X SDK manually [see #8](https://github.com/krzyzanowskim/CryptoSwift/issues/8)
|
|
|
|
|
|
####CocoaPods
|
|
|
|
|
@@ -173,7 +176,7 @@ let bytes:[UInt8] = data.arrayOfBytes()
|
|
|
##Contact
|
|
|
Marcin Krzyżanowski [@krzyzanowskim](http://twitter.com/krzyzanowskim)
|
|
|
|
|
|
-##Licence
|
|
|
+##License
|
|
|
|
|
|
Copyright (C) 2014 Marcin Krzyżanowski <marcin.krzyzanowski@gmail.com>
|
|
|
This software is provided 'as-is', without any express or implied warranty.
|