blob: e5a5513c332cdf93b416c80ffa3917778f3253cc [file] [log] [blame]
{
"name": "KlappaResourceManager",
"platforms": {
"ios": "8.0"
},
"version": "1.0.5",
"summary": "Small library for simplifying resources managment in iOS development",
"description": "Small Library that allows developers to manage xCode resources in more typed and easier way.\nSupports fonts, assets, Info.plist and strings parsing.",
"homepage": "https://github.com/IljaKosynkin/ResourcesManager",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Ilia Kosynkin": "ilja.kosynkin@gmail.com"
},
"source": {
"git": "https://github.com/IljaKosynkin/ResourcesManager.git",
"tag": "v1.0.5"
},
"source_files": [
"ResourceManager",
"ResourceManager/**/*.{h,m,swift}"
],
"preserve_paths": [
"ResourceManager",
"ResourceManager/**/*.{sh,py}"
],
"exclude_files": "Classes/Exclude",
"pushed_with_swift_version": "3.0"
}