[Add] PlayerUI 0.10.2--canary.578.19394
[CocoaPods.git] / Specs / 8 / 1 / f / LIRequest / 1.0.4 / LIRequest.podspec.json
blobfd5442d0d28efa0483c22654dea3ff3ed4fc661e
2   "name": "LIRequest",
3   "version": "1.0.4",
4   "summary": "Velocizza le chiamate ai servizi web",
5   "description": "Consente di effettuare chiamate al server in modo molto piĆ¹ veloce rispetto ad implementare le classi di AFNetworking",
6   "homepage": "https://chronos92@bitbucket.org/chronos92/lirequest.git",
7   "license": "MIT",
8   "authors": [
9     "Laboratorio Informatico",
10     "Boris"
11   ],
12   "source": {
13     "git": "https://chronos92@bitbucket.org/chronos92/lirequest.git",
14     "tag": "1.0.4"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "LIRequest": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "AFNetworking": [
28       "~> 3.0"
29     ]
30   }