[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / d / c / 3 / ABMultiton / 2.1.0 / ABMultiton.podspec.json
blob0261e872e67e2343d0c18a5f25d2ac0ffc177f1b
2   "name": "ABMultiton",
3   "version": "2.1.0",
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.1.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "5.0",
21     "osx": "10.7",
22     "watchos": "2.0"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "ABMultiton/P*/*.{h,m}"
29     },
30     {
31       "name": "SetInstance",
32       "dependencies": {
33         "ABMultiton/Core": [
35         ]
36       },
37       "source_files": "ABMultiton/Subspecs/*.{h,m}"
38     },
39     {
40       "name": "All",
41       "dependencies": {
42         "ABMultiton/Core": [
44         ],
45         "ABMultiton/SetInstance": [
47         ]
48       }
49     }
50   ]