[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / e / 6 / HIPNetworking / 1.1.0 / HIPNetworking.podspec.json
blob83cbb8d8f953e671693032008cc4ad83f972d076
2   "name": "HIPNetworking",
3   "version": "1.1.0",
4   "summary": "iOS framework for simple and robust network handling, built on NSURLSession.",
5   "homepage": "https://github.com/Hipo/HIPNetworking",
6   "license": {
7     "type": "Apache",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Taylan Pince": "taylan@hipolabs.com"
12   },
13   "source": {
14     "git": "https://github.com/Hipo/HIPNetworking.git",
15     "tag": "1.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "HIPNetworking/*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "TMCache": [
24       "~> 1.2.0"
25     ]
26   }