[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / c / 7 / PBCover / 1.3.0 / PBCover.podspec.json
blob06480c612d6b71d3bdece50a77c5366926947dd1
2   "name": "PBCover",
3   "version": "1.3.0",
4   "summary": "transition cover module for iOS development.",
5   "description": "transition cover module for FLK.Inc iOS Developers, such as sign in/sign up etc.",
6   "homepage": "https://github.com/iFindTA",
7   "license": "MIT (LICENSE)",
8   "authors": {
9     "nanhujiaju": "hujiaju@hzflk.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/iFindTA/PBCover.git",
16     "tag": "1.3.0"
17   },
18   "source_files": "PBCover/Pod/Classes/*.{h,m}",
19   "public_header_files": "PBCover/Pod/Classes/*.h",
20   "resources": "PBCover/Pod/Assets/*.*",
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "SystemConfiguration"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "Masonry": [
29       "~> 1.0.2"
30     ]
31   }