blob: 525e62b2a0a4c535eda06fd960fd2d52119b3604 [file] [log] [blame]
{
"name": "DemoLib",
"version": "0.1.0",
"summary": "Demo Library in Swift using cocopods.",
"description": "Demo Library in Swift using cocopods. Just a demo library upload to check how things work out.",
"homepage": "https://github.com/kapilrathore/DemoLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kapil Rathore": "krkapilrathore@gmail.com"
},
"source": {
"git": "https://github.com/kapilrathore/DemoLib.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DemoLib/Classes/**/*",
"pushed_with_swift_version": "3.0"
}