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