blob: a0b7bed3b465452acb667e64ee71e56f982842cb [file] [log] [blame]
{
"name": "AIMJSONModelNetworking-iOS",
"version": "1.0.1",
"summary": "The model networking that support json and support connection to web interface",
"description": "The model networking that support json and support connection to web interface. Design for easy use and fast implementation",
"homepage": "https://github.com/Ponlavit/AIMJSONModelNetworking-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ponlavit": "ponlavit@do.in.th"
},
"source": {
"git": "https://github.com/Ponlavit/AIMJSONModelNetworking-iOS.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "AIMJSONModelNetworking-iOS/Classes/**/*",
"resources": "AIMJSONModelNetworking-iOS/Assets/**/*",
"frameworks": [
"UIKit",
"MapKit",
"CoreData"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"EGOCache": [
]
}
}