[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / b / e / d / LupinusHTTP / 1.0.0 / LupinusHTTP.podspec.json
blobbffaa4abf3642b5498b02733f4f61da75910c780
2   "name": "LupinusHTTP",
3   "version": "1.0.0",
4   "summary": "LupinusHTTP is an HTTP networking library, wrapping NSURLSession.",
5   "homepage": "https://github.com/azu/LupinusHTTP",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "azu": "info@efcl.info"
12   },
13   "social_media_url": "https://twitter.com/azu_re",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/azu/LupinusHTTP.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "Classes/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "NSDictionaryAsURLQuery": [
26     ]
27   }