[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / d / c / PhysicsAnimation / 0.1.0 / PhysicsAnimation.podspec.json
blob1812980a4c4f01b18f8ce697f7ce9d09d3e2d5dc
2   "name": "PhysicsAnimation",
3   "version": "0.1.0",
4   "summary": "A mini library for Physics based animations on the ViewControllers",
5   "description": "This library provides few classes for Physics based Animations on UIViewController. It automatically adds custom animations on popViewController and pushViewController while pushing and poping ViewControllers from the Navigation Stack. All you to do is set the UINavigationController Delegate.",
6   "homepage": "https://github.com/amol-c/PhysicsAnimation",
7   "license": "MIT",
8   "authors": {
9     "amol-c": "chaudhari.amol.sopan@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/amol-c/PhysicsAnimation.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/@spawn_knight",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "PhysicsAnimation": [
23       "Pod/Assets/*.png"
24     ]
25   }