blob: f356fc778cbcf71b5648961413fd7bd3893b67de [file] [log] [blame]
{
"name": "Smokestack",
"version": "0.8.6",
"summary": "Smokestack CMS - SDK for iOS",
"description": "An iOS client SDK for the Smokestack mobile CMS.",
"homepage": "https://github.com/innerfunction/smokestack-ios",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Julian Goacher": "julian.goacher@innerfunction.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/innerfunction/Smokestack-ios.git",
"tag": "0.8.6"
},
"source_files": [
"Smokestack/Classes/Smokestack.h",
"Smokestack/Classes/{cms,commands,content,db,forms,ui,utils}/*.{h,m}",
"Smokestack/Classes/SSKeychain/*.{h,m}"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"libraries": "sqlite3",
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"dependencies": {
"Q": [
],
"SCFFLD": [
],
"GRMustache": [
],
"MPMessagePack": [
]
}
}