[Add] THEOplayer-Connector-Utilities 7.6.0
[CocoaPods.git] / Specs / 1 / b / a / PATransition / 0.0.4 / PATransition.podspec.json
blob52355a82ef1befdd2c4cd4f63980e01b007a2b26
2   "name": "PATransition",
3   "version": "0.0.4",
4   "summary": "It is a transition animation asset.",
5   "description": "It is a transition animation asset。 We can add some transiton animations between view controllers in our iOS Apps . Now,it is easily to do this by this animation asset,even only one line of code. It includes about 50 kinds of animations. Now, it support 4 kinds of gesture for pop view controller.",
6   "homepage": "https://github.com/Snackstops/PATransition",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Snackstops": "30.4.36105@qq.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/Snackstops/PATransition.git",
18     "tag": "0.0.4"
19   },
20   "source_files": "PATransition/PATransition.framework/Headers/*.{h}",
21   "vendored_frameworks": "PATransition/PATransition.framework",
22   "public_header_files": "PATransition/PATransition.framework/Headers/PATransition.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "SafariServices"
27   ],
28   "dependencies": {
29     "AFNetworking": [
30       "4.0.1"
31     ],
32     "JPush": [
33       "3.3.3"
34     ]
35   }