[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 9 / 2 / 3 / BumbleB-iOS / 0.1.1 / BumbleB-iOS.podspec.json
blob645e179bd01ddae45e0cb761e5aeaa9f9f6ab0ae
2   "name": "BumbleB-iOS",
3   "version": "0.1.1",
4   "summary": "convenient access to the BumbleB API for objective-c developers",
5   "description": "BumbleB-iOS provides convenient access to the BumbleB API for objective-c developers. The interface converts Soundy API responses into NSObjects",
6   "homepage": "https://github.com/BumbleB-IO/BumbleB-iOS",
7   "license": "MIT",
8   "authors": {
9     "Ram Greenberg": "ramgreenberg@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/BumbleB-IO/BumbleB-iOS.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "BumbleB-iOS": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.6"
28     ]
29   }