[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / 9 / 5 / AGJBadgeView / 0.0.1 / AGJBadgeView.podspec.json
blob5cacf1b1d2562628b8bbcbd02a40640fe7bdff90
2   "name": "AGJBadgeView",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "A customizable badge for iOS applications.(基于M13BadgeView)",
12   "homepage": "https://git.corp.angejia.com/xiawei2/AGJBadgeView",
13   "authors": {
14     "SunnyX": "xiawei2@angejia.com"
15   },
16   "source": {
17     "git": "git@git.corp.angejia.com:xiawei2/AGJBadgeView.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "AGJBadgeView/*.{h,m}",
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "dependencies": {
24     "M13BadgeView": [
25       "~> 1.0.4"
26     ]
27   }