blob: f236bbf180d8da1363a2f587a5d44702d48bd3dd [file] [log] [blame]
{
"name": "IOS-Styler",
"version": "0.1.0",
"summary": "Basically just an interface file",
"description": "Going to provide some inteface files for implementing a consistent style accross multiple projects \nor a project that uses multiple dependencies that all allow styles to be provided by the application",
"homepage": "https://github.com/nickolanack/IOS-Styler",
"license": "MIT",
"authors": {
"nickolanack": "nickblackwell82@gmail.com"
},
"source": {
"git": "https://github.com/nickolanack/IOS-Styler.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"IOS-Styler": [
"Pod/Assets/*.png"
]
}
}