blob: 4d67cecf9c0f757fdd5378a0c654c0504ca64224 [file] [log] [blame]
{
"name": "IDZSwiftCommonCrypto",
"version": "0.8.1",
"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.10",
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/iosdevzone/IDZSwiftCommonCrypto.git",
"tag": "0.8.1"
},
"prepare_command": "touch prepare_command.txt\necho 'Running prepare_command'\npwd\necho Running GenerateCommonCryptoModule\nswift ./GenerateCommonCryptoModule.swift macosx .\nswift ./GenerateCommonCryptoModule.swift iphonesimulator .\nswift ./GenerateCommonCryptoModule.swift iphoneos .\nswift ./GenerateCommonCryptoModule.swift appletvsimulator .\nswift ./GenerateCommonCryptoModule.swift appletvos .\nswift ./GenerateCommonCryptoModule.swift watchsimulator .\nswift ./GenerateCommonCryptoModule.swift watchos .",
"source_files": "IDZSwiftCommonCrypto",
"preserve_paths": "Frameworks",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
"FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)"
}
}