blob: fdb26249991e5fbee96417cb696663f1a2c13732 [file] [log] [blame]
{
"name": "Talkable",
"version": "0.1.0",
"summary": "Talkable API & utilities library",
"homepage": "https://github.com/talkable/talkable-objc",
"license": "MIT",
"authors": {
"Dmitry Krasnoukhov": "dmitry@krasnoukhov.com"
},
"source": {
"git": "https://github.com/talkable/talkable-objc.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"Talkable": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "Social",
"dependencies": {
"AFNetworking": [
"~> 2.5"
]
}
}