[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / d / 3 / Pathero / 0.1.0 / Pathero.podspec.json
blobe4db6de7485262dfa5e630d1197590dbbc4fa26a
2   "name": "Pathero",
3   "version": "0.1.0",
4   "summary": "A helper for creating URL path strings",
5   "description": "\t\t\tPather is a helper to create URL path string.\n\n\t\t\tIt uses blocks to provide a nice chainable funcition syntax, I made it for myself\n\t\t\tbut it really made my code nicer and I wanted to share it.\n",
6   "homepage": "https://github.com/nextorlg/Pathero",
7   "license": "MIT",
8   "authors": {
9     "Nestor Lafon-Gracia": "nestor.lafon@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nextorlg/Pathero.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "Pathero": [
22       "Pod/Assets/*.png"
23     ]
24   }