[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / c / 2 / IDZSwiftCommonCrypto / 0.8.3 / IDZSwiftCommonCrypto.podspec.json
blobf9199fe3a6c9278a95352cdd7dd45af191cdc49f
2   "name": "IDZSwiftCommonCrypto",
3   "version": "0.8.3",
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     "osx": "10.11",
13     "ios": "9.3",
14     "tvos": "9.0",
15     "watchos": "2.0"
16   },
17   "source": {
18     "git": "https://github.com/iosdevzone/IDZSwiftCommonCrypto.git",
19     "tag": "0.8.3"
20   },
21   "prepare_command": "touch prepare_command.txt\necho 'Running prepare_command'\npwd\necho Running GenerateCommonCryptoModule\nTC=\"--toolchain com.apple.dt.toolchain.Swift_2_3\"\nSWIFT=\"xcrun $TC swift\"\n$SWIFT ./GenerateCommonCryptoModule.swift macosx .\n$SWIFT ./GenerateCommonCryptoModule.swift iphonesimulator .\n$SWIFT ./GenerateCommonCryptoModule.swift iphoneos .\n$SWIFT ./GenerateCommonCryptoModule.swift appletvsimulator .\n$SWIFT ./GenerateCommonCryptoModule.swift appletvos .\n$SWIFT ./GenerateCommonCryptoModule.swift watchsimulator .\n$SWIFT ./GenerateCommonCryptoModule.swift watchos .",
22   "source_files": "IDZSwiftCommonCrypto",
23   "preserve_paths": "Frameworks",
24   "xcconfig": {
25     "SWIFT_VERSION": "2.3",
26     "SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
27     "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)"
28   }