[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 6 / 9 / 3 / POP+MCAnimate / 2.0.1 / POP+MCAnimate.podspec.json
blob38afef57a0d3b349c62129548c0bf4534f6c346f
2   "name": "POP+MCAnimate",
3   "version": "2.0.1",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "Concise syntax for the Pop animation framework.",
12   "homepage": "https://github.com/matthewcheok/POP-MCAnimate",
13   "authors": {
14     "Matthew Cheok": "cheok.jz@gmail.com"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/matthewcheok/POP-MCAnimate.git",
19     "branch": "master",
20     "tag": "2.0.1"
21   },
22   "source_files": "POP+MCAnimate/*.{h,m}",
23   "public_header_files": "POP+MCAnimate/*.h",
24   "dependencies": {
25     "pop": [
26       "~> 1.0"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Internal",
32       "source_files": "POP+MCAnimate/Internal/*.{h,m}",
33       "public_header_files": ""
34     },
35     {
36       "name": "Velocity",
37       "dependencies": {
38         "POP+MCAnimate/Internal": [
40         ]
41       },
42       "source_files": "POP+MCAnimate/Velocity/*.{h,m}"
43     },
44     {
45       "name": "Group",
46       "source_files": "POP+MCAnimate/Group/*.{h,m}"
47     },
48     {
49       "name": "Animations",
50       "dependencies": {
51         "POP+MCAnimate/Internal": [
53         ],
54         "POP+MCAnimate/Velocity": [
56         ],
57         "POP+MCAnimate/Group": [
59         ],
60         "POP+MCAnimate/Shorthand": [
62         ]
63       },
64       "source_files": "POP+MCAnimate/Animations/*.{h,m}"
65     },
66     {
67       "name": "Shorthand",
68       "source_files": "POP+MCAnimate/Shorthand/*.{h,m}"
69     }
70   ]