blob: 82bf2a4bcd12033536a710e6acb12bbb35d201e3 [file] [log] [blame]
{
"name": "PineSwiftStarter",
"version": "0.0.4",
"summary": "A Starter Kit of iOS Swift Application Development",
"homepage": "http://pinelane.surge.sh",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Prakash Raman": "prakash.raman.ka@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/pinelane/PineSwiftStarter.git",
"tag": "0.0.4"
},
"source_files": [
"Source/*.swift",
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"EasyPeasy": [
"~> 1.6.0"
],
"Alamofire": [
"~> 4.5"
],
"SwiftyJSON": [
"~> 4.0.0"
]
},
"pushed_with_swift_version": "3.0"
}