blob: d2516af4c195efd3ae5749076732ad7761bbb47b [file] [log] [blame]
{
"name": "TCUNetworking",
"version": "0.1.0",
"summary": "Helper classes for networking on Objective-C, iOS.",
"description": "Helper classes for boiler plate codes while building remote procedure proxy architecture on Objective-C, iOS.",
"homepage": "https://github.com/toreuyar/TCUNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Töre Çağrı Uyar": "mail@toreuyar.net"
},
"source": {
"git": "https://github.com/toreuyar/TCUNetworking.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TCUNetworking/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"TCUTools": [
"~> 3.0"
]
}
}