[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / e / BNRCoreDataStackConvenienceUpdates / 0.1.0 / BNRCoreDataStackConvenienceUpdates.podspec.json
blob9430724ea48e86ad0e4e711c66683a709cdbf440
2   "name": "BNRCoreDataStackConvenienceUpdates",
3   "version": "0.1.0",
4   "summary": "BNRCoreDataStack ConvenienceUpdates Add On",
5   "description": "BNRCoreDataStackConvenienceUpdates is an Add On to the BNRCoreDataStack library. \nIt adds several methods to the CoreDataModelable protocol that makes creating new \nand updating existing managed objects easier.",
6   "homepage": "https://github.com/darrarski/BNRCoreDataStackConvenienceUpdates",
7   "license": "MIT",
8   "authors": {
9     "Dariusz Rybicki": "darrarski@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/darrarski/BNRCoreDataStackConvenienceUpdates.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/darrarski",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/**/*",
21   "dependencies": {
22     "BNRCoreDataStack": [
23       "~> 1.2"
24     ]
25   }