blob: 9be484331e892b8535031cad66e7694563f2657b [file] [log] [blame]
{
"name": "Endpoints",
"version": "0.5.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Type-Safe Swift Networking",
"homepage": "https://github.com/tailoredmedia/Endpoints",
"authors": {
"Peter Weishapl": "pw@tailored-apps.com"
},
"source": {
"git": "https://github.com/tailoredmedia/Endpoints.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.11"
},
"source_files": "Sources/*.swift",
"frameworks": "Foundation",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS[config=Debug]": "-DDEBUG"
}
}