[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 7 / a / b / PLScrollView / 1.0.0 / PLScrollView.podspec.json
bloba83f40c6eb6719fc0e7733b5cde77471b983b83d
2   "name": "PLScrollView",
3   "version": "1.0.0",
4   "summary": "A custom scrollView on iOS",
5   "description": "A custom scrollView on iOS, Achieve special browsing effects",
6   "homepage": "https://github.com/PelloUp/PLScrollView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pello": "898202478@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/PelloUp/PLScrollView.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "PLScrollView/*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "SDWebImage": [
30     ],
31     "YYKit": [
33     ],
34     "Masonry": [
36     ]
37   }