forked from CocoaPods/Specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0fd91c7
commit d7e72ef
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"name": "MCAds", | ||
"version": "0.0.4", | ||
"summary": "聚合百度广告、广点通以及自定义广告,开屏,信息流,特定位置,简化广告接入复杂度问题。", | ||
"description": "聚合百度广告、广点通以及自定义广告,开屏,信息流,特定位置,简化广告接入复杂度问题。", | ||
"license": "MIT", | ||
"authors": { | ||
"littleplayer": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/poholo/MCAds", | ||
"source": { | ||
"git": "https://github.com/poholo/MCAds.git", | ||
"tag": "0.0.4" | ||
}, | ||
"platforms": { | ||
"ios": "8.0" | ||
}, | ||
"requires_arc": true, | ||
"source_files": [ | ||
"SDK/Classes/Categories/*.{h,m,mm}", | ||
"SDK/Classes/Configs/*.{h,m,mm}", | ||
"SDK/Classes/Dto/*.{h,m,mm}", | ||
"SDK/Classes/Manager/*.{h,m,mm}", | ||
"SDK/Classes/Utils/*.{h,m,mm}", | ||
"SDK/Classes/View/*.{h,m,mm}", | ||
"SDK/Classes/View/AdCell/*.{h,m,mm}", | ||
"SDK/Classes/View/Pre/*.{h,m,mm}", | ||
"SDK/Classes/*.{h,m,mm}" | ||
], | ||
"public_header_files": [ | ||
"SDK/Classes/Categories/*.h", | ||
"SDK/Classes/Configs/*.h", | ||
"SDK/Classes/Dto/*.h", | ||
"SDK/Classes/Manager/*.h", | ||
"SDK/Classes/Utils/*.h", | ||
"SDK/Classes/View/*.h", | ||
"SDK/Classes/View/AdCell/*.h", | ||
"SDK/Classes/View/Pre/*.h", | ||
"SDK/Classes/*.h" | ||
], | ||
"ios": { | ||
"resource_bundles": { | ||
"MCAds": "SDK/Resources/*.xcassets" | ||
} | ||
}, | ||
"dependencies": { | ||
"GDTAd": [ | ||
|
||
], | ||
"MCBaiduAds": [ | ||
|
||
], | ||
"SDWebImage": [ | ||
|
||
], | ||
"MCPlayerKit": [ | ||
"0.1.2" | ||
], | ||
"HWWeakTimer": [ | ||
|
||
] | ||
} | ||
} |