blob: e90142445166388c5c09586eb3a45fe0e457aa66 [file] [log] [blame]
{
"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"
]
}
}