[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 5 / a / IRCoreDataStack / 1.0 / IRCoreDataStack.podspec.json
blob4e13f1d713b714ce9176dc7fbe4a9b1ea48dc91f
2   "name": "IRCoreDataStack",
3   "version": "1.0",
4   "summary": "CoreDataStack with two independent NSManagedObjectContext instances",
5   "homepage": "https://github.com/iruleonu/IRCoreDataStack",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Nuno Salvador": "nuno@salvador.com"
12   },
13   "source": {
14     "git": "https://github.com/iruleonu/IRCoreDataStack.git",
15     "tag": "1.0"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "Foundation",
20     "CoreData"
21   ],
22   "platforms": {
23     "ios": "8.0",
24     "tvos": "9.0",
25     "watchos": "2.0"
26   },
27   "subspecs": [
28     {
29       "name": "OSX",
30       "source_files": [
31         "IRCoreDataStack"
32       ],
33       "exclude_files": [
34         "IRCoreDataStack/IRCoreDataStack+NSFecthedResultsController.{h,m}"
35       ],
36       "platforms": {
37         "osx": "10.10"
38       }
39     },
40     {
41       "name": "IOS_TVOS_WATCHOS",
42       "source_files": "IRCoreDataStack"
43     }
44   ]