[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / a / e / ios-etsy-sdk / 1.0 / ios-etsy-sdk.podspec.json
blobb9faad6f02515f39b670b1d25203718e68ce5ebb
2   "name": "ios-etsy-sdk",
3   "version": "1.0",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/seanoshea/ios-etsy-sdk",
9   "summary": "Very simple read-only (no OAUTH) library to connect to a few Etsy services.",
10   "authors": {
11     "Sean O Shea": "oshea.ie@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/seanoshea/ios-etsy-sdk.git",
15     "tag": "1.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "ios-etsy-sdk",
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       ">= 1.2.1"
25     ]
26   },
27   "prefix_header_contents": "#import \"SOSEtsyConstants.h\""