Skip to content

Commit

Permalink
[Add] MMUIKitAdditionsModule 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FiveThiefKing authored and CocoaPodsBot committed Oct 26, 2016
1 parent cf26544 commit d3ec17e
Showing 1 changed file with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "MMUIKitAdditionsModule",
"version": "0.0.3",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Additional categories for the UIKit framework(公共业务上)",
"homepage": "https://github.com/xwgit2971/MMUIKitAdditionsModule",
"authors": {
"SunnyX": "1031787148@qq.com"
},
"source": {
"git": "https://github.com/xwgit2971/MMUIKitAdditionsModule.git",
"tag": "0.0.3"
},
"source_files": "MMUIKitAdditionsModule/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"UIColor-MMAdditions": [

]
}
}

0 comments on commit d3ec17e

Please sign in to comment.