[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 9 / 4 / ASOAnimatedButton / 1.0.0 / ASOAnimatedButton.podspec.json
blob426477f91871331c076032720007c73192c0783a
2   "name": "ASOAnimatedButton",
3   "version": "1.0.0",
4   "summary": "An easy-to-configure animated button",
5   "description": "ASOAnimatedButton is a storyboard-friendly library to animate button to have a two-state or bounce effect. Refer to its project examples for its various implementations.",
6   "homepage": "https://github.com/agusso/ASOAnimatedButton",
7   "license": "MIT",
8   "authors": {
9     "Agus Soedibjo": "contact@soedibjo.org"
10   },
11   "source": {
12     "git": "https://github.com/agusso/ASOAnimatedButton.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/**/**/*.{h,m}",
20   "ios": {
21     "exclude_files": "Classes/osx"
22   },
23   "osx": {
24     "exclude_files": "Classes/ios"
25   },
26   "subspecs": [
27     {
28       "name": "TwoStateButton",
29       "source_files": "Classes/**/TwoStateButton/*.{h,m}"
30     },
31     {
32       "name": "BounceButton",
33       "source_files": "Classes/**/BounceButton/*.{h,m}"
34     }
35   ]