blob: 08a1e29b3221e5ec7bff91d4bb7b6c56021a45a7 [file] [log] [blame]
{
"name": "ios-etsy-sdk",
"version": "1.1",
"license": {
"type": "Apache 2",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "ios-etsy-sdk",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"= 1.3.2"
]
},
"prefix_header_contents": "#import \"SOSEtsyConstants.h\""
}