| { |
| "name": "FristLibraryOC", |
| "version": "0.1.0", |
| "summary": "A short description of FristLibraryOC.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/fenghanxuSwift/FristLibraryOC", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "fenghanxu": "123456789@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/fenghanxuSwift/FristLibraryOC.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "public_header_files": [ |
| "Sources/**/*.h", |
| "Sources/*/**/*.h", |
| "Sources/*/*/**/*.h" |
| ], |
| "source_files": [ |
| "Sources/**", |
| "Sources/*/**", |
| "Sources/*/*/**" |
| ], |
| "requires_arc": true, |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| } |