[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / c / 2 / IDZSwiftCommonCrypto / 0.6.4 / IDZSwiftCommonCrypto.podspec.json
blobb98706b3bb50a4bbf786accde5ccbc281d51e6fb
2   "name": "IDZSwiftCommonCrypto",
3   "version": "0.6.4",
4   "summary": "A wrapper for Apple's Common Crypto library written in Swift.",
5   "homepage": "https://github.com/iosdevzone/IDZSwiftCommonCrypto",
6   "license": "MIT",
7   "authors": {
8     "iOSDevZone": "idz@iosdeveloperzone.com"
9   },
10   "social_media_url": "http://twitter.com/iOSDevZone",
11   "platforms": {
12     "ios": "9.1"
13   },
14   "source": {
15     "git": "https://github.com/iosdevzone/IDZSwiftCommonCrypto.git",
16     "branch": "swift2.0",
17     "tag": "0.6.4"
18   },
19   "prepare_command": "touch prepare_command.txt\necho 'Running prepare_command'\nif [ ! -e CommonCrypto ]; then \n  pwd\n  echo Running GenerateCommonCryptoModule\n  ./GenerateCommonCryptoModule iphonesimulator9.1 .  \nelse \n  echo Skipped GenerateCommonCryptoModule \nfi",
20   "source_files": "IDZSwiftCommonCrypto",
21   "preserve_paths": "CommonCrypto",
22   "xcconfig": {
23     "SWIFT_INCLUDE_PATHS": "$(PROJECT_DIR)/IDZSwiftCommonCrypto"
24   }