[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 8 / d / GMIRCClient / 0.1.0 / GMIRCClient.podspec.json
blob525ecd85e01dae703bd52014da0beaa26662ecf0
2   "name": "GMIRCClient",
3   "version": "0.1.0",
4   "summary": "GMIRCClient is a lightweight iOS IRC client, entirely written in Swift.",
5   "homepage": "https://github.com/eugenio79/GMIRCClient",
6   "license": "MIT",
7   "authors": {
8     "Giuseppe Morana aka Eugenio": "giuseppe.morana.79@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/eugenio79/GMIRCClient.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "GMIRCClient": [
21       "Pod/Assets/*.png"
22     ]
23   }