blob: d965cade62daf57c57261d70bf14353a52a3c0ff [file] [log] [blame]
{
"name": "SpreadKit",
"version": "1.0",
"summary": "SpreadKit brings Spreadshirt API support to iOS apps.",
"license": "MIT",
"authors": "sprd.net AG",
"homepage": "http://developer.spreadshirt.net",
"source": {
"git": "https://github.com/spreadshirt/SpreadKit.git",
"tag": "1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "SpreadKit/*",
"resources": "SpreadKitResources.bundle",
"requires_arc": true,
"frameworks": [
"CoreGraphics",
"UIKit"
],
"dependencies": {
"RestKit": [
"0.10.3"
],
"GMGridView": [
],
"MAObjCRuntime": [
]
}
}