[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / 3 / b / JMEParallaxView / 1.0.4 / JMEParallaxView.podspec.json
blob35ec30f3a7cbb5de5a2370d88cc5817cfa649c53
2   "name": "JMEParallaxView",
3   "version": "1.0.4",
4   "authors": {
5     "Jo-Yuan Hsieh": "jmehsieh@gmail.com"
6   },
7   "homepage": "https://github.com/JmeHsieh/JMEParallaxView",
8   "social_media_url": "https://twitter.com/jmehsieh",
9   "screenshots": [
10     "https://raw.githubusercontent.com/JmeHsieh/JMEParallaxView/master/Demo.png",
11     "https://raw.githubusercontent.com/JmeHsieh/JMEParallaxView/master/Demo.gif"
12   ],
13   "summary": "An easy-configuring UIView + UIImageView to perform parallax effect.",
14   "source": {
15     "git": "https://github.com/JmeHsieh/JMEParallaxView.git",
16     "tag": "1.0.4"
17   },
18   "license": "MIT",
19   "platforms": {
20     "ios": "6.0"
21   },
22   "requires_arc": true,
23   "source_files": "JMEParallaxView",
24   "public_header_files": "JMEParallaxView/*.h",
25   "dependencies": {
26     "KVOController": [
27       "~> 1.0.1"
28     ]
29   }