[Add] A00LaunchMeasure 1.0.2
[CocoaPods.git] / Specs / 8 / 3 / d / BNRCoreDataStack / 0.3.0 / BNRCoreDataStack.podspec.json
blob6d6daf15ae2a936168d2e31e036e62fb59e8099a
2   "name": "BNRCoreDataStack",
3   "version": "0.3.0",
4   "summary": "The Big Nerd Ranch Core Data stack.",
5   "description": "The BNR Core Data stack provides what we consider best practices for using\nCore Data in our applications.\n\nIt takes the place of the boilerplate setup code from Xcode's template and\nfocuses on efficient performance and change management.",
6   "homepage": "https://github.com/bignerdranch/CoreDataStack",
7   "license": "MIT",
8   "authors": [
9     "Robert Edwards",
10     "Brian Hardy"
11   ],
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.10"
15   },
16   "source": {
17     "git": "https://github.com/bignerdranch/CoreDataStack.git",
18     "tag": "v0.3.0"
19   },
20   "source_files": "CoreDataStack",
21   "public_header_files": "CoreDataStack/*.h",
22   "frameworks": "CoreData"