[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / a / e / ios-etsy-sdk / 1.1 / ios-etsy-sdk.podspec.json
blob08a1e29b3221e5ec7bff91d4bb7b6c56021a45a7
2   "name": "ios-etsy-sdk",
3   "version": "1.1",
4   "license": {
5     "type": "Apache 2",
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.1"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "ios-etsy-sdk",
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       "= 1.3.2"
25     ]
26   },
27   "prefix_header_contents": "#import \"SOSEtsyConstants.h\""