[Add] PubNubSwift 8.2.3
[CocoaPods.git] / Specs / 7 / 2 / c / ALAnimatable / 0.2 / ALAnimatable.podspec.json
blob5108357a9ffa7eff940836ce0486af63790f4827
2   "name": "ALAnimatable",
3   "version": "0.2",
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     "https://raw.githubusercontent.com/almata/ALAnimatable/master/DocAssets/alanimatable-example-5.gif"
13   ],
14   "license": "MIT",
15   "authors": {
16     "Albert Mata": "hello@albertmata.net"
17   },
18   "social_media_url": "http://twitter.com/almata",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source": {
23     "git": "https://github.com/almata/ALAnimatable.git",
24     "tag": "0.2"
25   },
26   "source_files": [
27     "ALAnimatable",
28     "ALAnimatable/**/*.{h,m,swift}"
29   ]