[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 3 / 6 / 5 / PNPlayerKit / 1.0.5 / PNPlayerKit.podspec.json
blob315679b2b7d52c2e3dff86441e91098f228ace09
2   "name": "PNPlayerKit",
3   "version": "1.0.5",
4   "summary": "A simple and easy to use video play toolkit.",
5   "description": "Video toolkits that support multi control types and fullscreen",
6   "homepage": "https://github.com/supersheep/PNPlayerKit",
7   "license": "MIT",
8   "authors": {
9     "spudhsu": "supersheepxjy@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/supersheep/PNPlayerKit.git",
16     "tag": "1.0.5"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": true,
24   "dependencies": {
25     "SDWebImage": [
26       "~> 3.8.2"
27     ],
28     "UIColor+Hex": [
29       "1.0.1"
30     ],
31     "Masonry": [
32       "~> 1.1.0"
33     ]
34   }