blob: ace19f1f9de7408cde3c4d22859529902c2f92bf [file] [log] [blame]
{
"name": "Amaca",
"version": "0.1.2",
"summary": "A restful network interface",
"description": "Multipropuse Network iterface for RESTful services with Codable objects",
"homepage": "https://github.com/3zcurdia/amaca",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luis Ezcurdia": "ing.ezcurdia@gmail.com"
},
"source": {
"git": "https://github.com/3zcurdia/Amaca.git",
"tag": "0.1.2"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source_files": "Amaca/Classes/**/*",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/CCommonCrypto/"
},
"preserve_paths": "CCommonCrypto/**/*"
}