blob: 35159fc84bc2b540a8ff2ff8aaa06581c649d4a0 [file] [log] [blame]
{
"name": "Talkable",
"version": "0.2.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.2.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"
]
}
}