[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 8 / b / f / FZRoutable / 0.0.1 / FZRoutable.podspec.json
blob05b6981c50a2df43e6c2b5dc6c4a223b4570dfd6
2   "name": "FZRoutable",
3   "version": "0.0.1",
4   "summary": "A short description of FZRoutable.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/wufuzeng/FZRoutable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wufuzeng": "wufuzeng_lucky@sina.com"
13   },
14   "source": {
15     "git": "https://github.com/wufuzeng/FZRoutable.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "FZRoutable/Classes/FZRoutable.h",
22   "source_files": "FZRoutable/Classes/FZRoutable.h",
23   "subspecs": [
24     {
25       "name": "Core",
26       "public_header_files": "FZRoutable/Classes/**/*.h",
27       "source_files": "FZRoutable/Classes/**/*.{h,m}"
28     }
29   ]