[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 3 / 1 / a / StakkKit / 1.6.0 / StakkKit.podspec.json
blobbcd73366a4a9897064d6cc007c1dce622a17a81f
2   "name": "StakkKit",
3   "version": "1.6.0",
4   "summary": "This a helper kit for ex-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://bitbucket.org/stakkfactory/sf-stakkkit-mobile-ios.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Derek": "derek@stakkfactory.com"
13   },
14   "source": {
15     "git": "https://bitbucket.org/stakkfactory/sf-stakkkit-mobile-ios.git",
16     "tag": "1.6.0"
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     "libextobjc/EXTScope": [
43       "~> 0.4.1"
44     ]
45   }