| { | |
| "name": "iosDemoLib", | |
| "version": "1.0.0", | |
| "summary": "Just try to create library in iOS", | |
| "description": "The first demo iOS library to GitHub", | |
| "homepage": "https://github.com/jirawatee/iosDemoLib", | |
| "license": "MIT", | |
| "authors": { | |
| "Jirawat Karanwittayakarn": "jirawatee@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/jirawatee/iosDemoLib.git", | |
| "tag": "1.0.0" | |
| }, | |
| "social_media_url": "https://twitter.com/jirawatee", | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "iosDemoLib/Classes/**/*" | |
| } |