blob: 7c6028fe9d1fbd4cb643134c03edd88d9d675ea1 [file] [log] [blame]
{
"name": "LGConnection",
"version": "1.0.2",
"platforms": {
"ios": "6.0"
},
"license": "MIT",
"homepage": "https://github.com/Friend-LGA/LGConnection",
"authors": {
"Grigory Lutkov": "Friend.LGA@gmail.com"
},
"source": {
"git": "https://github.com/Friend-LGA/LGConnection.git",
"tag": "1.0.2"
},
"summary": "iOS wrapper around AFNetworking makes it easy to use",
"requires_arc": true,
"source_files": "LGConnection/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.5"
],
"Reachability": [
"~> 3.2"
],
"XMLReader-Arc": [
"~> 1.1"
],
"LGHelper": [
"~> 1.1"
]
}
}