blob: d3ab1e0840d4d2461cecb22bfe567c02c82f248d [file] [log] [blame]
{
"name": "Sqwiggle",
"version": "0.1.1",
"summary": "Objective-C Wrapper for Sqwiggle API",
"homepage": "https://www.sqwiggle.com",
"license": "MIT",
"authors": {
"Cameron Webb": "cameron@sqwiggle.com"
},
"source": {
"git": "https://github.com/sqwiggle/sqwiggle-ios-sdk.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"public_header_files": "iOSSDK/*.h",
"source_files": "iOSSDK/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.0.3"
],
"ObjectiveSugar": [
"~> 0.9"
]
}
}