[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / 9 / BTDependentVC / 1.0.0 / BTDependentVC.podspec.json
blob4bf9420da972c9f05829e2c9da80cb86eb1a94fa
2   "name": "BTDependentVC",
3   "version": "1.0.0",
4   "summary": "UIViewController category to respond to changes in NSManagedObject's state and properties.",
5   "homepage": "https://github.com/bteapot/BTDependentVC",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Денис Либит": "bteapot@me.com"
12   },
13   "source": {
14     "git": "https://github.com/bteapot/BTDependentVC.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "BTDependentVC/**/*",
21   "frameworks": [
22     "UIKit",
23     "CoreData"
24   ]