[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 0 / a / 5 / Phoenix-ObjC / 0.2.2 / Phoenix-ObjC.podspec.json
blob526ba0002e2e0f86ae808e9b8f5a99623b1fc628
2   "name": "Phoenix-ObjC",
3   "version": "0.2.2",
4   "summary": "Objective-C client for Phoenix.",
5   "description": "Objective-C client for Phoenix Framework",
6   "homepage": "https://github.com/RokkinCat/phoenix-objc",
7   "license": "MIT",
8   "authors": {
9     "Josh Holtz": "josh@rokkincat.com"
10   },
11   "source": {
12     "git": "https://github.com/RokkinCat/phoenix-objc.git",
13     "tag": "0.2.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "Phoenix-ObjC": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "SocketRocket": [
27       "~> 0.4.0"
28     ]
29   }