[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 1 / a / StakkKit / 0.9.7 / StakkKit.podspec.json
blob489b5ba2130620f0bb01beee18f6a06def93d35d
2   "name": "StakkKit",
3   "version": "0.9.7",
4   "summary": "This a helper kit for Stakk developers to develop iOS applications.",
5   "description": "This a helper kit for Stakk developers to develop iOS applications.\nTODO: Add long description of the pod here.",
6   "homepage": "https://github.com/pikniktech/sf-stakkkit-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Derek": "derek@stakkfactory.com"
13   },
14   "source": {
15     "git": "https://github.com/pikniktech/sf-stakkkit-ios.git",
16     "tag": "0.9.7"
17   },
18   "platforms": {
19     "ios": "8.3"
20   },
21   "source_files": "StakkKit/Classes/**/*{h,m}",
22   "resources": "StakkKit/*{xcdatamodeld}",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.1.0"
26     ],
27     "JSONModel": [
28       "~> 1.5.1"
29     ],
30     "CocoaLumberjack": [
31       "~> 3.0.0"
32     ],
33     "MagicalRecord": [
34       "~> 2.3.2"
35     ],
36     "PureLayout": [
37       "~> 3.0.2"
38     ],
39     "SDWebImage": [
40       "~>3.8.2"
41     ]
42   }