blob: 12286d99a006506c77e696a5c1b9d2527a42fba9 [file] [log] [blame]
{
"name": "kuzdevlib",
"version": "1.0.9",
"summary": "Categories and Helpers.",
"description": "Categories and Helpers for my development",
"homepage": "http://kuz-dev.ru/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mikhail Kuzevanov": "megakozma@gmail.com"
},
"source": {
"git": "https://github.com/megakozma/kuzdevlib.git",
"tag": "1.0.9"
},
"platforms": {
"ios": "7.0"
},
"source_files": "kuzdevlib/KuzDev.h",
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "Categories",
"source_files": "kuzdevlib/Categories/*.{h,m}"
}
]
}