blob: aec823aec9d8390b7f40bd4256458f447b056fb2 [file] [log] [blame]
{
"name": "IDZSwiftCommonCrypto",
"version": "0.9.3",
"summary": "A wrapper for Apple's Common Crypto library written in Swift.",
"homepage": "https://github.com/iosdevzone/IDZSwiftCommonCrypto",
"license": "MIT",
"authors": {
"iOSDevZone": "idz@iosdeveloperzone.com"
},
"social_media_url": "http://twitter.com/iOSDevZone",
"platforms": {
"osx": "10.11",
"ios": "9.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/iosdevzone/IDZSwiftCommonCrypto.git",
"tag": "0.9.3"
},
"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 .",
"source_files": "IDZSwiftCommonCrypto",
"preserve_paths": "Frameworks",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0",
"SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
"FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"pushed_with_swift_version": "3.0"
}