[Add] AlibabacloudSysOM20231230 1.3.0
[CocoaPods.git] / Specs / 7 / b / f / deviantART-SDK / 1.0.3 / deviantART-SDK.podspec.json
blobad9b29c715b7e00c2e8aebffb1e19deadefa8ede
2   "name": "deviantART-SDK",
3   "version": "1.0.3",
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.3"
20   },
21   "source_files": "deviantART SDK/DVNTAPI/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.2"
26     ]
27   }