Latest | 0.1.15 |
---|---|
Homepage | https://github.com/kivannc/CUK_Client |
License | MIT |
Platforms | ios 7.0, requires ARC |
Dependencies | AFNetworking |
Authors |
[](https://travis-ci.org/Kivanc ERTURK/CUK_Client)
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
CUK_Client is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "CUK_Client"
Author
Kivanc ERTURK, [email protected]
License
CUK_Client is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "CUK_Client", "version": "0.1.15", "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": "[email protected]" }, "source": { "git": "https://github.com/kivannc/CUK_Client.git", "tag": "0.1.15" }, "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" ] } }
Wed, 02 Mar 2016 00:53:04 +0000