blob: 9a9eb4ec967d4bcfe43d521e8988904388b2f17e [file] [log] [blame]
{
"name": "Arcane",
"summary": "CommonCrypto in Swift",
"version": "0.2.0",
"homepage": "https://github.com/onmyway133/Arcane",
"license": "MIT",
"authors": {
"Khoa Pham": "onmyway133@gmail.com"
},
"source": {
"git": "https://github.com/onmyway133/Arcane.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/onmyway133",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.2"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/Arcane/Sources/CCommonCrypto"
},
"preserve_paths": "Sources/CCommonCrypto/module.modulemap"
}