[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 8 / 1 / f / FDDataClient / 0.1.0 / FDDataClient.podspec.json
blobea5c514efe899e5bbcabaab3aba57a053ebc7fbd
2   "name": "FDDataClient",
3   "version": "0.1.0",
4   "summary": "1414 Degrees' REST API to local models layer.",
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   },
15   "source": {
16     "git": "https://github.com/reidmain/FDDataClient.git",
17     "tag": "0.1.0"
18   },
19   "source_files": "FDDataClient/**/*.{h,m}",
20   "private_header_files": "FDDataClient/**/*+Private.h",
21   "frameworks": "Foundation",
22   "requires_arc": true,
23   "dependencies": {
24     "FDRequestClient": [
26     ]
27   }