[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / 1 / f / FDDataClient / 1.0.1 / FDDataClient.podspec.json
blob309ffab6a59a9f25badf26ae50135750b84c43aa
2   "name": "FDDataClient",
3   "version": "1.0.1",
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.1"
19   },
20   "source_files": "FDDataClient/**/*.{h,m}",
21   "frameworks": "Foundation",
22   "requires_arc": true,
23   "dependencies": {
24     "FDModel": [
25       "~> 2.0"
26     ],
27     "FDRequestClient": [
28       "~> 1.0"
29     ]
30   }