[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 7 / 2 / DribbbleSDK / 0.0.2 / DribbbleSDK.podspec.json
blob1083ff782eb0f2301cf46b03a7e170c1831b3f7e
2   "name": "DribbbleSDK",
3   "version": "0.0.2",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "summary": "Unofficial Dribbble iOS SDK",
8   "description": "Uses latest Dribbble HTTP API !\n\n    * Markdown format.\n    * Don't worry about the indent, we strip it!\n",
9   "homepage": "https://github.com/agilie/dribbble-ios-sdk",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Agilie": "info@agilie.com"
16   },
17   "source": {
18     "git": "https://github.com/agilie/dribbble-ios-sdk.git",
19     "tag": "0.0.2",
20     "branch": "master"
21   },
22   "requires_arc": true,
23   "source_files": "DribbbleSDK/**/*.{c,h,m}",
24   "public_header_files": "DribbbleSDK/**/*.h",
25   "frameworks": "Foundation",
26   "dependencies": {
27     "AFNetworking": [
28       "~> 2.3"
29     ],
30     "BlocksKit": [
32     ],
33     "NXOAuth2Client": [
35     ],
36     "JSONModel": [
38     ]
39   }