blob: bcd73366a4a9897064d6cc007c1dce622a17a81f [file] [log] [blame]
{
"name": "StakkKit",
"version": "1.6.0",
"summary": "This a helper kit for ex-Stakk developers to develop iOS applications.",
"description": "This a helper kit for Stakk developers to develop iOS applications.\nTODO: Add long description of the pod here.",
"homepage": "https://bitbucket.org/stakkfactory/sf-stakkkit-mobile-ios.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Derek": "derek@stakkfactory.com"
},
"source": {
"git": "https://bitbucket.org/stakkfactory/sf-stakkkit-mobile-ios.git",
"tag": "1.6.0"
},
"platforms": {
"ios": "8.3"
},
"source_files": "StakkKit/Classes/**/*{h,m}",
"resources": "StakkKit/*{xcdatamodeld}",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"JSONModel": [
"~> 1.5.1"
],
"CocoaLumberjack": [
"~> 3.0.0"
],
"MagicalRecord": [
"~> 2.3.2"
],
"PureLayout": [
"~> 3.0.2"
],
"SDWebImage": [
"~> 3.8.2"
],
"libextobjc/EXTScope": [
"~> 0.4.1"
]
}
}