| { |
| "name": "LYPopView", |
| "version": "0.1.31", |
| "summary": "pop view.", |
| "description": "a pop view.\nmessage, table, date, button, etc.", |
| "homepage": "https://github.com/blodely/LYPopView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Luo Yu": "indie.luo@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/blodely/LYPopView.git", |
| "tag": "0.1.31" |
| }, |
| "social_media_url": "https://weibo.com/blodely", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": [ |
| "LYPopView/Classes/action/*", |
| "LYPopView/Classes/dropdown/*", |
| "LYPopView/Classes/picker/*", |
| "LYPopView/Classes/picker_date/*", |
| "LYPopView/Classes/picker_list/*", |
| "LYPopView/Classes/pop_message/*", |
| "LYPopView/Classes/pop_table/*", |
| "LYPopView/Classes/pop_date/*", |
| "LYPopView/Classes/pop_image/*", |
| "LYPopView/Classes/**/*", |
| "LYPopView/Configurations/*.plist" |
| ], |
| "resource_bundles": { |
| "LYPopView": [ |
| "LYPopView/Assets/*.png" |
| ] |
| }, |
| "frameworks": "UIKit", |
| "dependencies": { |
| "LYCategory": [ |
| |
| ], |
| "FCFileManager": [ |
| "~> 1.0.18" |
| ], |
| "AFNetworking": [ |
| "~> 3.2.1" |
| ], |
| "BlocksKit": [ |
| "~> 2.2.5" |
| ], |
| "Masonry": [ |
| "~> 1.1.0" |
| ] |
| } |
| } |