[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 3 / 8 / PhoneKit / 0.2.0 / PhoneKit.podspec.json
blob264f3ddbe8f671854cc6cceb340c7dc5a32585ab
2   "name": "PhoneKit",
3   "version": "0.2.0",
4   "summary": "An extension of TwilioSDK for easily making & receiving VoIP calls from inside your iOS app!",
5   "homepage": "https://github.com/jconst/PhoneKit",
6   "license": "MIT",
7   "authors": {
8     "Joseph Constantakis": "jcon5294@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/jconst/PhoneKit.git",
12     "tag": "0.2.0"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "Core",
21       "dependencies": {
22         "TwilioSDK": [
24         ],
25         "ReactiveCocoa": [
27         ]
28       },
29       "source_files": "Pod/Classes/Core/"
30     },
31     {
32       "name": "UI",
33       "dependencies": {
34         "PhoneKit/Core": [
36         ],
37         "JCDialPad": [
39         ],
40         "FontasticIcons": [
42         ]
43       },
44       "source_files": "Pod/Classes/UI/"
45     }
46   ]