[Add] LLUnionPaySDK 1.3.8
[CocoaPods.git] / Specs / e / 9 / d / Talkable / 0.2.0 / Talkable.podspec.json
blob35159fc84bc2b540a8ff2ff8aaa06581c649d4a0
2   "name": "Talkable",
3   "version": "0.2.0",
4   "summary": "Talkable API & utilities library",
5   "homepage": "https://github.com/talkable/talkable-objc",
6   "license": "MIT",
7   "authors": {
8     "Dmitry Krasnoukhov": "dmitry@krasnoukhov.com"
9   },
10   "source": {
11     "git": "https://github.com/talkable/talkable-objc.git",
12     "tag": "0.2.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes",
19   "resource_bundles": {
20     "Talkable": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "public_header_files": "Pod/Classes/**/*.h",
25   "frameworks": "Social",
26   "dependencies": {
27     "AFNetworking": [
28       "~> 2.5"
29     ]
30   }