blob: b89d005c363ab52e510a81d7d5b3a09eb34a18dd [file] [log] [blame]
{
"name": "StaticLabelManager",
"version": "0.0.1",
"summary": "A simple library to manage your application labels remotely",
"description": " A library which help you to update labels without submitting your application. \n Put your label file online, configure the library and the manager will do everything for you. \n",
"homepage": "https://github.com/julianlecalvez/StaticLabelManager-iOS",
"license": "MIT",
"authors": {
"Julian Le Calvez": "lecalvez@gmail.com"
},
"source": {
"git": "https://github.com/julianlecalvez/StaticLabelManager-iOS.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"StaticLabelManager": [
"Pod/Assets/*.png"
]
}
}