[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / c / 3 / ABMultiton / 2.0.5 / ABMultiton.podspec.json
blobbf00ec6a59f2c9f50b61900ebaf0717d90d1b5e1
2   "name": "ABMultiton",
3   "version": "2.0.5",
4   "summary": "Multiton is a better alternative to singleton.",
5   "homepage": "https://github.com/belkevich/multiton",
6   "social_media_url": "https://twitter.com/okolodev",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Alexey Belkevich": "belkevich.alexey@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/belkevich/multiton.git",
16     "tag": "2.0.5"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "5.0",
21     "osx": "10.7"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "ABMultiton/P*/*.{h,m}"
28     },
29     {
30       "name": "SetInstance",
31       "dependencies": {
32         "ABMultiton/Core": [
34         ]
35       },
36       "source_files": "ABMultiton/Subspecs/*.{h,m}"
37     },
38     {
39       "name": "All",
40       "dependencies": {
41         "ABMultiton/Core": [
43         ],
44         "ABMultiton/SetInstance": [
46         ]
47       }
48     }
49   ]