blob: 839232321ab8d59b173b2acd3dffee9f9873a72b [file] [log] [blame]
{
"name": "AIMJSONModelNetworking-iOS",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "AIMJSONModelNetworking-iOS/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"EGOCache": [
]
}
}