| { |
| "name": "FormList", |
| "version": "0.1.1", |
| "summary": "A short description of FormList.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://git.coding.net/zhaozhiguo/FormList", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "lovezhaozhiguo": "553002177@qq.com" |
| }, |
| "source": { |
| "git": "https://git.coding.net/zhaozhiguo/FormList.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "public_header_files": "FormList/Classes/HTMITableFormView.h", |
| "source_files": "FormList/Classes/HTMITableFormView.{h,m}", |
| "subspecs": [ |
| { |
| "name": "Model", |
| "source_files": "FormList/Classes/Model/*.{h,m}", |
| "public_header_files": "FormList/Classes/Model/*.h" |
| }, |
| { |
| "name": "View", |
| "source_files": "FormList/Classes/View/*.{h,m}", |
| "public_header_files": "FormList/Classes/View/*.h" |
| } |
| ] |
| } |