blob: 1c0ef828c5cfc043380a68cbf233d642c4789cdd [file] [log] [blame]
{
"name": "Fieldbook-SwiftSDK",
"version": "1.0",
"summary": "A Swift SDK for the Fieldbook API.",
"description": "A Swift SDK for the Fieldbook API so you can write iOS/OSX apps to access your spreadsheets!",
"homepage": "https://github.com/ChrisMash/Fieldbook-SwiftSDK",
"license": "MIT",
"authors": {
"Chris Mash": "chris.mash@gmx.com"
},
"source": {
"git": "https://github.com/ChrisMash/Fieldbook-SwiftSDK.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/cjmash",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Fieldbook-SwiftSDK": [
"Pod/Assets/*.png"
]
}
}