blob: 84acea1400d25d937f5da1179da33e357e0bc92f [file] [log] [blame]
{
"name": "HelloWorldKit2",
"version": "0.0.1",
"summary": "Creates a new modal view controller that says Hello World",
"description": "generates a modal view controller that prints out Hello World",
"homepage": "http://github.com/byeung121/HelloWorldKit2",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"Bryan Yeung": "bryanyng@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/byeung121/HelloWorldKit2.git",
"tag": "0.0.1"
},
"source_files": [
"HelloWorldKit2",
"HelloWorldKit2/**/*.{h,m}"
],
"pushed_with_swift_version": "3.0"
}