| { |
| "name": "CnXVersioner", |
| "version": "0.0.2", |
| "summary": "Simple iOS App version manager for showing onboard view.", |
| "description": "Simple iOS App version manager for showing onboard view.\n\nit initialized from AppDelegate and Save version info into UserDefaults.\nYou can use for showing onboard view easily.", |
| "homepage": "https://github.com/CenoX/CnXVersioner", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "CenoX": "dev@cenox.co" |
| }, |
| "source": { |
| "git": "https://github.com/CenoX/CnXVersioner.git", |
| "tag": "0.0.2" |
| }, |
| "social_media_url": "https://twitter.com/CenoX_Kang", |
| "platforms": { |
| "ios": "12.0" |
| }, |
| "swift_version": "4.2", |
| "source_files": "CnXVersioner/Classes/**/*", |
| "frameworks": "UIKit" |
| } |