[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / a / 0 / NTYAirData / 0.1.0 / NTYAirData.podspec.json
blob7ccbc2d468e1bd40d1ce068d98c35836482316a9
2   "name": "NTYAirData",
3   "version": "0.1.0",
4   "summary": "A RESTful API server for Core Data",
5   "description": "                            This is a RESTful API server which is embedded in your\n                            application and responses data from Core Data.\n                            This server helps to manage data in development.\n",
6   "homepage": "https://github.com/naoty/NTYAirData",
7   "license": "MIT",
8   "authors": {
9     "Naoto Kaneko": "naoty.k@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/naoty/NTYAirData.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/naoty_k",
16   "source_files": "Classes",
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.8"
20   },
21   "frameworks": "CoreData",
22   "requires_arc": true,
23   "dependencies": {
24     "GCDWebServer": [
25       "~> 2.4.0"
26     ],
27     "ActiveSupportInflector": [
28       "~> 0.0.1"
29     ]
30   }