blob: 69be3d33d795ec708e5c092c2d39c55c0c5b1161 [file] [log] [blame]
{
"name": "Storm",
"version": "0.0.8",
"summary": "Storm is an iOS bootstrap framework",
"description": "\"Storm is an iOS bootstrap framework for XCode, it is supposed to initialize certain methods and functions that make it easy for a developer to start creating apps and focus on the more important stuff. This framework comes with persistent data methods, http methods, as well as convenience methods that a developoer would normally have to make everytime they create a new app.\"",
"homepage": "http://totemv.com/drewkiino.github.io/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Aquino": "andrew@totemv.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/drewkiino/Storm.git",
"tag": "master"
},
"source_files": "Storm/**/*.{swift}",
"dependencies": {
"AsyncSwift": [
],
"Atlantis": [
],
"SwiftDate": [
]
}
}