[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 1 / a / StakkKit / 0.1.9 / StakkKit.podspec.json
blob2ca4264b63e20a9cdd8649c5f97f2d02fbfcd901
2   "name": "StakkKit",
3   "version": "0.1.9",
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.1.9"
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   }