[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 5 / 2 / CUK_Client / 0.1.12 / CUK_Client.podspec.json
blob2ada657753d551ef7edd6d6d8e7423ba142252dc
2   "name": "CUK_Client",
3   "version": "0.1.12",
4   "summary": "CUK_Client is HTTPClient that modified  for our needs.",
5   "description": "A base httpclient. Get it to your project than categorize it use to  according to your rest api.",
6   "homepage": "https://github.com/kivannc/CUK_Client",
7   "license": "MIT",
8   "authors": {
9     "Kivanc ERTURK": "kivanc@kns.com.tr"
10   },
11   "source": {
12     "git": "https://github.com/kivannc/CUK_Client.git",
13     "tag": "0.1.12"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "CUK_Client": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "dependencies": {
27     "AFNetworking": [
28       "~> 2.3"
29     ]
30   }