[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 8 / 1 / f / LIRequest / 1.0.3 / LIRequest.podspec.json
blob808a6b02c8c5a7d2b3acedfdce9f96917042dbca
2   "name": "LIRequest",
3   "version": "1.0.3",
4   "summary": "Automatizzatore di chiamate remote",
5   "description": "Consente di effettuare chiamate al server in modo automatico e veloce",
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.3"
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   }