blob: 151648076abe06d912a43fad156cd1fb864a0e2d [file] [log] [blame]
{
"name": "Sirius",
"version": "1.0",
"summary": "View at Swift from another world.",
"description": "`Sirius` framework simplifies the fundamental things in modern programming: objects. Framework includes set of extensions for Swift's native types and protocols, which makes programming easier and allows to save many lines of code.",
"homepage": "https://github.com/igormatyushkin014/Sirius",
"screenshots": "https://github.com/igormatyushkin014/Sirius/raw/master/Logo/logo-1024-300.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Matyushkin": "igormatyushkin014@gmail.com"
},
"social_media_url": "http://twitter.com/igormatyushkin1",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/igormatyushkin014/Sirius.git",
"tag": "1.0"
},
"source_files": [
"Source",
"Source/**/*"
]
}