[Add] PurchasesHybridCommon 13.15.0
[CocoaPods.git] / Specs / 7 / 2 / c / ALAnimatable / 0.1 / ALAnimatable.podspec.json
blob044224f9a3102186ba9a1a3680110038fdff50df
2   "name": "ALAnimatable",
3   "version": "0.1",
4   "summary": "ALAnimatable allows you to animate all subviews in a view at once.",
5   "description": "ALAnimatable adds an Animatable protocol into your project that lets you animate all subviews in a view at once with just a single line of code, providing you have created your user interface using Auto Layout.",
6   "homepage": "https://github.com/almata/ALAnimatable",
7   "screenshots": [
8     "https://raw.githubusercontent.com/almata/ALAnimatable/master/DocAssets/alanimatable-example-1.gif",
9     "https://raw.githubusercontent.com/almata/ALAnimatable/master/DocAssets/alanimatable-example-2.gif",
10     "https://raw.githubusercontent.com/almata/ALAnimatable/master/DocAssets/alanimatable-example-3.gif",
11     "https://raw.githubusercontent.com/almata/ALAnimatable/master/DocAssets/alanimatable-example-4.gif"
12   ],
13   "license": "MIT",
14   "authors": {
15     "Albert Mata": "hello@albertmata.net"
16   },
17   "social_media_url": "http://twitter.com/almata",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source": {
22     "git": "https://github.com/almata/ALAnimatable.git",
23     "tag": "0.1"
24   },
25   "source_files": [
26     "ALAnimatable",
27     "ALAnimatable/**/*.{h,m,swift}"
28   ]