blob: ea26af2e0e6a56e456fb8677f5815127d0534e90 [file] [log] [blame]
{
"name": "CUK_Client",
"version": "0.1.14",
"summary": "CUK_Client is HTTPClient that modified for our needs.",
"description": "A base httpclient. Get it to your project than categorize it use to according to your rest api.",
"homepage": "https://github.com/kivannc/CUK_Client",
"license": "MIT",
"authors": {
"Kivanc ERTURK": "kivanc@kns.com.tr"
},
"source": {
"git": "https://github.com/kivannc/CUK_Client.git",
"tag": "0.1.14"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CUK_Client": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}