[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / 2 / 3 / FDRequestClient / 1.0.0 / FDRequestClient.podspec.json
blobf6ecb75859b18703249ea19c4d2232add9517348
2   "name": "FDRequestClient",
3   "version": "1.0.0",
4   "summary": "A block-based networking layer by 1414 Degrees.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE.md"
8   },
9   "homepage": "https://github.com/reidmain/FDRequestClient",
10   "authors": "Reid Main",
11   "social_media_url": "http://twitter.com/reidmain",
12   "platforms": {
13     "ios": "7.0",
14     "osx": "10.9"
15   },
16   "source": {
17     "git": "https://github.com/reidmain/FDRequestClient.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "FDRequestClient/**/*.{h,m}",
21   "private_header_files": "FDRequestClient/**/*+Private.h",
22   "osx": {
23     "exclude_files": "FDRequestClient/**/UI*.{h,m}"
24   },
25   "frameworks": "Foundation",
26   "ios": {
27     "frameworks": "UIKit"
28   },
29   "requires_arc": true,
30   "dependencies": {
31     "FDFoundationKit": [
33     ]
34   }