| { |
| "name": "BaseClassLibrary", |
| "version": "0.1.0", |
| "summary": "UIKit Foundation.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/lgxemperor/BaseClassLibrary", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "huangdili2006@126.com": "junxun_lgx@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/lgxemperor/BaseClassLibrary.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "BaseClassLibrary/Classes/**/*", |
| "frameworks": [ |
| "UIKit", |
| "MapKit", |
| "Foundation", |
| "QuartzCore", |
| "Security", |
| "CoreText", |
| "ImageIO", |
| "CoreImage" |
| ] |
| } |