blob: 9f1c7671c7cdca327c0b8e2d91175c2ebfc569b1 [file] [log] [blame]
{
"name": "StyleGuide",
"version": "0.2.1",
"summary": "The theming library for your amazing iOS app!",
"description": "StyleGuide makes it very easy to style your iOS app using just a JSON file.\nThe aim is to keep the app ui consistent, changeable from a single place and to cut the ui code.",
"homepage": "https://github.com/shubham01/StyleGuide",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shubham01": "shubham.agr001@gmail.com"
},
"source": {
"git": "https://github.com/shubham01/StyleGuide.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "StyleGuide/Classes/**/*",
"dependencies": {
"SwiftyJSON": [
]
},
"pushed_with_swift_version": "4.0"
}