[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 5 / 0 / ACECoreDataManager / 0.2.2 / ACECoreDataManager.podspec.json
blob8c8932ad18dfec693f27b43bf3bae6d8bc80b67d
2   "name": "ACECoreDataManager",
3   "version": "0.2.2",
4   "summary": "Core data manager.",
5   "homepage": "https://github.com/acerbetti/ACECoreDataManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Stefano Acerbetti": "sacerbetti@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/acerbetti/ACECoreDataManager.git",
15     "tag": "0.2.2"
16   },
17   "frameworks": "CoreData",
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "default_subspecs": [
23     "Core",
24     "UI"
25   ],
26   "requires_arc": true,
27   "subspecs": [
28     {
29       "name": "Core",
30       "platforms": {
31         "ios": "5.0",
32         "osx": "10.7"
33       },
34       "source_files": [
35         "Classes",
36         "ACECoreDataManager/*.{h,m}"
37       ],
38       "exclude_files": "ACECoreDataManager/ACECoreDataTableViewController*.{h,m}"
39     },
40     {
41       "name": "UI",
42       "platforms": {
43         "ios": "5.0"
44       },
45       "dependencies": {
46         "ACECoreDataManager/Core": [
48         ]
49       },
50       "source_files": "ACECoreDataManager/ACECoreDataTableViewController*.{h,m}"
51     },
52     {
53       "name": "PullToRefresh",
54       "platforms": {
55         "ios": "5.0"
56       },
57       "dependencies": {
58         "ACECoreDataManager/UI": [
60         ],
61         "SVPullToRefresh": [
62           "~> 0.4"
63         ]
64       },
65       "source_files": [
66         "Classes",
67         "ACECoreDataNetworkTableViewController/*.{h,m}"
68       ]
69     }
70   ]