blob: 489b5ba2130620f0bb01beee18f6a06def93d35d [file] [log] [blame]
{
"name": "StakkKit",
"version": "0.9.7",
"summary": "This a helper kit for 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://github.com/pikniktech/sf-stakkkit-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Derek": "derek@stakkfactory.com"
},
"source": {
"git": "https://github.com/pikniktech/sf-stakkkit-ios.git",
"tag": "0.9.7"
},
"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"
]
}
}