blob: 4bf9420da972c9f05829e2c9da80cb86eb1a94fa [file] [log] [blame]
{
"name": "BTDependentVC",
"version": "1.0.0",
"summary": "UIViewController category to respond to changes in NSManagedObject's state and properties.",
"homepage": "https://github.com/bteapot/BTDependentVC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Денис Либит": "bteapot@me.com"
},
"source": {
"git": "https://github.com/bteapot/BTDependentVC.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BTDependentVC/**/*",
"frameworks": [
"UIKit",
"CoreData"
]
}