[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / a / d / AIMJSONModelNetworking-iOS / 1.0.1 / AIMJSONModelNetworking-iOS.podspec.json
bloba0b7bed3b465452acb667e64ee71e56f982842cb
2   "name": "AIMJSONModelNetworking-iOS",
3   "version": "1.0.1",
4   "summary": "The model networking that support json and support connection to web interface",
5   "description": "The model networking that support json and support connection to web interface. Design for easy use and fast implementation",
6   "homepage": "https://github.com/Ponlavit/AIMJSONModelNetworking-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ponlavit": "ponlavit@do.in.th"
13   },
14   "source": {
15     "git": "https://github.com/Ponlavit/AIMJSONModelNetworking-iOS.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "AIMJSONModelNetworking-iOS/Classes/**/*",
23   "resources": "AIMJSONModelNetworking-iOS/Assets/**/*",
24   "frameworks": [
25     "UIKit",
26     "MapKit",
27     "CoreData"
28   ],
29   "dependencies": {
30     "AFNetworking": [
31       "~> 3.0"
32     ],
33     "EGOCache": [
35     ]
36   }