| { |
| "name": "CFExtension", |
| "version": "0.2.1", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "CFExtension is a Swift module for adding extension to uiview.", |
| "homepage": "https://github.com/swift365/CFExtension", |
| "authors": { |
| "chengfei.heng": "hengchengfei@sina.com" |
| }, |
| "source": { |
| "git": "https://github.com/swift365/CFExtension.git", |
| "tag": "0.2.1" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": [ |
| "CFExtension/Classes/*.swift", |
| "CFExtension/Classes/**/*.swift" |
| ], |
| "pushed_with_swift_version": "3.0" |
| } |