| { |
| "name": "AnyFormatProtocol", |
| "version": "0.3.0", |
| "summary": "格式化 any? 类型", |
| "homepage": "https://github.com/bigL055/AnyFormatProtocol", |
| "license": { |
| "type": "Apache License 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "linger": "linhan.bigl055@outlook.com" |
| }, |
| "source": { |
| "git": "https://github.com/bigL055/AnyFormatProtocol.git", |
| "tag": "0.3.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": [ |
| "Sources/*/**", |
| "Sources/*/*/**", |
| "Sources/**" |
| ], |
| "public_header_files": [ |
| "Sources/AnyFormatProtocol.h" |
| ], |
| "frameworks": [ |
| "UIKit", |
| "AVFoundation" |
| ], |
| "requires_arc": true, |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "4.0" |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |