[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 9 / 2 / 5 / SimpleTransition / 1.0.0 / SimpleTransition.podspec.json
blob4fd36565ac745207c0ba58169071162d3da1c1e4
2   "name": "SimpleTransition",
3   "version": "1.0.0",
4   "summary": "A simple way to create custom presentation transition.",
5   "description": "iOS Custom Animated Transitioning for view controller presentation",
6   "homepage": "https://github.com/MingLoan/SimpleTranistion",
7   "license": "MIT",
8   "authors": {
9     "Mingloan": "mingloanchan@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/MingLoan/SimpleTranistion.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SimpleTransition": [
22       "Pod/Assets/*.png"
23     ]
24   }