[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 9 / 4 / ASOAnimatedButton / 1.0.1 / ASOAnimatedButton.podspec.json
blobf411f9d8dd7cb2f5cb24c7cd785c7808e721f70d
2   "name": "ASOAnimatedButton",
3   "version": "1.0.1",
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.com"
10   },
11   "source": {
12     "git": "https://github.com/agusso/ASOAnimatedButton.git",
13     "tag": "1.0.1"
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   ]