[Add] Vitals 3.2.4
[CocoaPods.git] / Specs / c / 8 / f / LivecenterKit / 0.1.3 / LivecenterKit.podspec.json
blob693d79b69022954327756f3da3ef052a5346668d
2   "name": "LivecenterKit",
3   "version": "0.1.3",
4   "summary": "Livecenter SDK for iOS",
5   "homepage": "https://github.com/thoughtchimp/livecenter-ios-sdk.git",
6   "license": "MIT",
7   "authors": {
8     "hamza": "hamza.iosdev@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/thoughtchimp/livecenter-ios-sdk.git",
12     "tag": "0.1.3"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "ios": {
19     "vendored_frameworks": "Framework/LivecenterKit.framework"
20   },
21   "frameworks": [
22     "UIKit",
23     "WebKit"
24   ],
25   "dependencies": {
26     "SwiftyJSON": [
27       "~> 2.3"
28     ]
29   }