{ | |
"name": "CoPylot", | |
"version": "0.1", | |
"summary": "iOS client for CoPylot.", | |
"homepage": "https://docs.copylot.io", | |
"license": "MIT", | |
"authors": { | |
"Brian Vallelunga": "vallelungabrian@gmail.com" | |
}, | |
"source": { | |
"git": "https://github.com/copylot/copylot-ios.git", | |
"tag": "v0.1" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"requires_arc": true, | |
"source_files": "Pod/Classes/**/*", | |
"public_header_files": "Pod/Classes/**/*.h", | |
"frameworks": "UIKit", | |
"dependencies": { | |
"AFNetworking": [ | |
"~> 2.3" | |
] | |
} | |
} |