2 "name": "IDZSwiftCommonCrypto",
4 "summary": "A wrapper for Apple's Common Crypto library written in Swift.",
5 "homepage": "https://github.com/iosdevzone/IDZSwiftCommonCrypto",
8 "iOSDevZone": "idz@iosdeveloperzone.com"
10 "social_media_url": "http://twitter.com/iOSDevZone",
18 "git": "https://github.com/iosdevzone/IDZSwiftCommonCrypto.git",
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",
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)"