blob: 932c135073da224ed148e3b0939951e3cb396c49 [file] [log] [blame]
{
"name": "SquiggleApi",
"version": "0.0.16",
"summary": "Squiggle API",
"description": "Objective C client for the Squiggle API",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"frameworks": "SystemConfiguration",
"homepage": "https://github.com/squiggle-dev/squiggle-objc",
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/squiggle-dev/squiggle-objc.git",
"tag": "v0.0.16"
},
"authors": {
"Andy White": "andy@soundintheory.co.uk"
},
"source_files": "SquiggleApi/**/*",
"public_header_files": "SquiggleApi/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
],
"JSONModel": [
"~> 1.1.0"
],
"ISO8601": [
"~> 0.3.0"
]
}
}