blob: b9faad6f02515f39b670b1d25203718e68ce5ebb [file] [log] [blame]
{
"name": "ios-etsy-sdk",
"version": "1.0",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"homepage": "https://github.com/seanoshea/ios-etsy-sdk",
"summary": "Very simple read-only (no OAUTH) library to connect to a few Etsy services.",
"authors": {
"Sean O Shea": "oshea.ie@gmail.com"
},
"source": {
"git": "https://github.com/seanoshea/ios-etsy-sdk.git",
"tag": "1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "ios-etsy-sdk",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
">= 1.2.1"
]
},
"prefix_header_contents": "#import \"SOSEtsyConstants.h\""
}