[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / 1 / f / FDDataClient / 1.0.0 / FDDataClient.podspec.json
blobbea13a7c55967b787246df0c12609a770d7ef673
2   "name": "FDDataClient",
3   "version": "1.0.0",
4   "summary": "Networking and model layer to simplify the conversion from JSON to Objective-C.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE.md"
8   },
9   "homepage": "https://github.com/reidmain/FDDataClient",
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/FDDataClient.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "FDDataClient/**/*.{h,m}",
21   "private_header_files": "FDDataClient/**/*+Private.h",
22   "frameworks": "Foundation",
23   "requires_arc": true,
24   "dependencies": {
25     "FDModel": [
27     ],
28     "FDRequestClient": [
30     ]
31   }