[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / b / f / deviantART-SDK / 1.0.4 / deviantART-SDK.podspec.json
blob1717bb8d68b0051ba27febaa206a39a2d65497da
2   "name": "deviantART-SDK",
3   "version": "1.0.4",
4   "summary": "The Objective-C deviantART SDK is a library to allow easy integration with the deviantART API in your apps.",
5   "homepage": "http://deviantart.com/developers",
6   "license": "BSD",
7   "authors": {
8     "Aaron Pearce": "pickley@deviantart.com"
9   },
10   "platforms": {
11     "ios": "7.0",
12     "osx": "10.9"
13   },
14   "osx": {
15     "frameworks": "Webkit"
16   },
17   "source": {
18     "git": "https://github.com/deviantART/Objective-C-deviantART-SDK.git",
19     "tag": "1.0.4"
20   },
21   "source_files": "deviantART SDK/DVNTAPI/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.2"
26     ]
27   }