[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / 9 / 0 / f / IMKit / 2.1.3 / IMKit.podspec.json
blobe17bde2c5b6a383e1a385c0524a8bd2eb2062e07
2   "name": "IMKit",
3   "version": "2.1.3",
4   "summary": "A light-weight chat solution for mobile apps and websites",
5   "homepage": "https://imkit.io",
6   "license": "MIT",
7   "authors": {
8     "FUNTEK, Inc": "imkit@funtek.co"
9   },
10   "platforms": {
11     "ios": "10.0"
12   },
13   "swift_version": "4.1",
14   "frameworks": "UIKit",
15   "dependencies": {
16     "JSQMessagesViewController": [
18     ],
19     "RealmSwift": [
20       "~>3.3.0"
21     ],
22     "Alamofire": [
23       "~> 4.7.0"
24     ],
25     "AlamofireImage": [
26       "~>3.3.0"
27     ],
28     "SwiftyJSON": [
29       "~>4.0.0"
30     ],
31     "Socket.IO-Client-Swift": [
32       "~> 13.1.3"
33     ],
34     "ReachabilitySwift": [
35       "~> 3"
36     ]
37   },
38   "requires_arc": true,
39   "source": {
40     "git": "https://github.com/imkit/imkit-ios-framework.git",
41     "tag": "2.1.3"
42   },
43   "vendored_frameworks": "IMKit.framework",
44   "ios": {
45     "vendored_frameworks": "IMKit.framework",
46     "resource_bundles": {
47       "IMKit": [
48         "IMKit.framework/*.xib",
49         "IMKit.framework/*.nib",
50         "IMKit.framework/Assets.car"
51       ]
52     }
53   },
54   "source_files": [
55     "IMKit.framework/*.xib",
56     "IMKit.framework/*.nib",
57     "Assets.xcassets"
58   ],
59   "resources": [
60     "IMKit.framework/*.xib",
61     "IMKit.framework/*.nib",
62     "Assets.xcassets"
63   ]