[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / f / 4 / CoreDataContext / 1.0.0 / CoreDataContext.podspec.json
blob9abd71c79fac2a631e2542754f95a5aff34a5874
2   "name": "CoreDataContext",
3   "version": "1.0.0",
4   "summary": "A Framework to allow fast integration of Core Data into your iOS projects, and easy data operations on defined entities.",
5   "homepage": "https://github.com/ravero/CoreDataContext",
6   "license": "MIT",
7   "authors": {
8     "Rafael Veronezi": "rafael@ravero.net"
9   },
10   "source": {
11     "git": "https://github.com/ravero/CoreDataContext.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "CoreDataContext/**/*.swift",
19   "resource_bundles": {
20     "CoreDataContext": [
21       "Pod/Assets/*.png"
22     ]
23   }