[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / c / 2 / NLService / 0.1.0 / NLService.podspec.json
blob355f05552d4b79471b6ecfcc69a8e3a181b8d2f2
2   "name": "NLService",
3   "version": "0.1.0",
4   "summary": "Network Layer Service.",
5   "description": "Simple Networking layer over Alamofire",
6   "homepage": "https://github.com/juancruzmdq/NLService",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Juan Cruz Ghigliani": "juancruzmdq@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/juancruzmdq/NLService.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/juancruzmdq",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "NLService/Classes/**/*",
23   "dependencies": {
24     "Ono": [
26     ],
27     "Alamofire": [
29     ]
30   }