[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 6 / c / 4 / CCURLConnection / 0.0.2 / CCURLConnection.podspec.json
blobeab417f999c48526025a1e255af5f8a4c1c3ca48
2   "name": "CCURLConnection",
3   "version": "0.0.2",
4   "summary": "A library to simplify interactions with remote APIs.",
5   "homepage": "https://github.com/KondratyevPavel/CCURLConnection",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Pavel Kondratyev": "shamurai@mail.ru"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/KondratyevPavel/CCURLConnection.git",
18     "tag": "v0.0.2"
19   },
20   "source_files": "CCURLConnection/**/*.{h,m}",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "requires_arc": true