| { |
| "name": "JJSwiftUsedWidget", |
| "version": "0.1.2.41", |
| "summary": "一些项目用到的封装控件", |
| "swift_version": "4.1", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/snailjj/JJSwiftUsedWidget", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "snailjj": "snail5jj@hotmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/snailjj/JJSwiftUsedWidget.git", |
| "tag": "0.1.2.41" |
| }, |
| "social_media_url": "https://www.snailjj.com", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "subspecs": [ |
| { |
| "name": "PaymentCodeInputView", |
| "source_files": "JJSwiftUsedWidget/PaymentCodeInputView/*.swift" |
| }, |
| { |
| "name": "CircleCountDownView", |
| "source_files": "JJSwiftUsedWidget/CircleCountDownView/*.swift" |
| } |
| ] |
| } |