| { | |
| "name": "BasicComponents", | |
| "version": "1.0.3", | |
| "summary": "Basic components of project.", | |
| "description": "This is the basic components what I am using in my existing project.", | |
| "homepage": "https://github.com/ccykevin/BasicComponents", | |
| "license": "MIT", | |
| "authors": { | |
| "Kevin Cheng": "kevin.cheng.development@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/ccykevin/BasicComponents.git", | |
| "tag": "1.0.3" | |
| }, | |
| "source_files": "BasicComponents/**/*.{h,m,swift}" | |
| } |