[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / 3 / ABMultiton / 1.2.0 / ABMultiton.podspec.json
blobfa8db99213d9b102dc34cb6832465e42d8665213
2   "name": "ABMultiton",
3   "version": "1.2.0",
4   "summary": "Multiton pattern implementation and painless management of singletons.",
5   "homepage": "https://github.com/belkevich/multiton",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Alexey Belkevich": "belkevich.alexey@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/belkevich/multiton.git",
15     "tag": "1.2.0"
16   },
17   "source_files": "*.{h,m}",
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "requires_arc": true