[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 3 / b / JMEParallaxView / 1.0.0 / JMEParallaxView.podspec.json
blob57938f3ed021379f1e5e277383d3c7171df8a2b9
2   "name": "JMEParallaxView",
3   "version": "1.0.0",
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   "summary": "An easy-configuring UIView + UIImageView to perform parallax effect.",
10   "source": {
11     "git": "https://github.com/JmeHsieh/JMEParallaxView.git",
12     "tag": "1.0.0"
13   },
14   "license": "MIT",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "JMEParallaxView",
20   "public_header_files": "JMEParallaxView/*.h",
21   "dependencies": {
22     "KVOController": [
23       "~> 1.0.1"
24     ]
25   }