[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / c / 2 / IDZSwiftCommonCrypto / 0.9.2 / IDZSwiftCommonCrypto.podspec.json
blob0e495444435c6c65d889448587195587e74b4994
2   "name": "IDZSwiftCommonCrypto",
3   "version": "0.9.2",
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.0",
14     "tvos": "9.0",
15     "watchos": "2.0"
16   },
17   "source": {
18     "git": "https://github.com/iosdevzone/IDZSwiftCommonCrypto.git",
19     "tag": "0.9.2"
20   },
21   "prepare_command": "touch prepare_command.txt\necho 'Running prepare_command'\npwd\necho Running GenerateCommonCryptoModule\n# This was needed to ensure the correct Swift interpreter was \n# used in Xcode 8. Leaving it here, commented out, in case similar \n# issues occur when migrating to Swift 4.0.\n#TC=\"--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   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "3.0",
26     "SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
27     "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
28     "APPLICATION_EXTENSION_API_ONLY": "YES"
29   },
30   "pushed_with_swift_version": "3.0"