[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / f / 3 / GarageStorage / 0.1.7 / GarageStorage.podspec.json
blobfdf920860f8cf967245da580d7fe50a578e7f964
2   "name": "GarageStorage",
3   "version": "0.1.7",
4   "summary": "The dumb Core Data store",
5   "homepage": "https://github.com/samvoigt/GarageStorage",
6   "license": "MIT",
7   "authors": {
8     "Sam Voigt": "sam.voigt@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/samvoigt/GarageStorage.git",
12     "tag": "0.1.7"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": [
19     "GarageStorage/Source/**/*.{h,m}",
20     "GarageStorage/Model/**/*.{h,m}"
21   ],
22   "resources": "GarageStorage/Model/GarageStorage.xcdatamodeld",
23   "frameworks": "CoreData"