[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / c / 2 / IDZSwiftCommonCrypto / 0.6.6 / IDZSwiftCommonCrypto.podspec.json
blobf3ef93455dd36f118f73939d96ba4ab2721347a5
2   "name": "IDZSwiftCommonCrypto",
3   "version": "0.6.6",
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     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/iosdevzone/IDZSwiftCommonCrypto.git",
16     "tag": "0.6.6"
17   },
18   "prepare_command": "touch prepare_command.txt\necho 'Running prepare_command'\nif [ ! -e CommonCrypto ]; then \n  pwd\n  echo Running GenerateCommonCryptoModule\n  ./GenerateCommonCryptoModule iphonesimulator9.1 .  \nelse \n  echo Skipped GenerateCommonCryptoModule \nfi",
19   "source_files": "IDZSwiftCommonCrypto",
20   "preserve_paths": "CommonCrypto",
21   "xcconfig": {
22     "SWIFT_INCLUDE_PATHS": "$(PROJECT_DIR)/IDZSwiftCommonCrypto"
23   }