[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / 4 / 7 / 1 / StrawServiceHttp / 0.1.2 / StrawServiceHttp.podspec.json
blob18960d722592b2a4276e38f07d1f1f5e1e976bbd
2   "name": "StrawServiceHttp",
3   "version": "0.1.2",
4   "summary": "Straw Service of Http",
5   "description": "Straw Service implementation of Http client methods",
6   "homepage": "https://github.com/strawjs/straw-ios-service-http",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yoshiya Hinosawa": "stibium121@gmail.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/strawjs/straw-ios-service-http.git",
19     "tag": "v0.1.2"
20   },
21   "source_files": "StrawServiceHttp/**/*.{h,m}",
22   "public_header_files": "StrawServiceHttp/**/*.h",
23   "dependencies": {
24     "Straw": [
25       "~> 0.5.0"
26     ]
27   },
28   "requires_arc": true