blob: da95d1a06350b9bf9fde06fe635178ac279d9b5a [file] [log] [blame]
{
"name": "SquiggleApi",
"version": "0.0.1",
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"homepage": "https://github.com/squiggle-dev/squiggle-objc",
"authors": {
"Andy White": "andy@soundintheory.co.uk"
},
"source": {
"git": "https://github.com/squiggle-dev/squiggle-objc.git",
"tag": "v0.0.1"
},
"summary": "Squiggle API",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "SystemConfiguration",
"source_files": "SquiggleApi/**/*",
"public_header_files": "SquiggleApi/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"JSONModel": [
"~> 1.0.1"
],
"ISO8601": [
"~> 0.1.1"
]
}
}