|
@@ -1,6 +1,6 @@
|
|
{
|
|
{
|
|
"name": "ZZUIKit",
|
|
"name": "ZZUIKit",
|
|
- "version": "0.1.1",
|
|
|
|
|
|
+ "version": "0.1.0",
|
|
"summary": "Lightest UIKit Extension,while strong enough.",
|
|
"summary": "Lightest UIKit Extension,while strong enough.",
|
|
"description": "TODO: Add long description of the pod here.",
|
|
"description": "TODO: Add long description of the pod here.",
|
|
"homepage": "https://github.com/Ox8BADFOOD/ZZUIKit",
|
|
"homepage": "https://github.com/Ox8BADFOOD/ZZUIKit",
|
|
@@ -13,16 +13,32 @@
|
|
},
|
|
},
|
|
"source": {
|
|
"source": {
|
|
"git": "https://github.com/Ox8BADFOOD/ZZUIKit.git",
|
|
"git": "https://github.com/Ox8BADFOOD/ZZUIKit.git",
|
|
- "tag": "0.1.1"
|
|
|
|
|
|
+ "tag": "0.1.0"
|
|
},
|
|
},
|
|
"platforms": {
|
|
"platforms": {
|
|
"ios": "9.0"
|
|
"ios": "9.0"
|
|
},
|
|
},
|
|
- "source_files": "ZZUIKit/Classes/**/*",
|
|
|
|
|
|
+ "source_files": [
|
|
|
|
+ "ZZUIKit/Classes/*",
|
|
|
|
+ "ZZUIKit/Classes/Const/*",
|
|
|
|
+ "ZZUIKit/Classes/Ex/**/*",
|
|
|
|
+ "ZZUIKit/Classes/Ex/*",
|
|
|
|
+ "ZZUIKit/Classes/Tools/*",
|
|
|
|
+ "ZZUIKit/Classes/Tools/*",
|
|
|
|
+ "ZZUIKit/Classes/ZZItemInfo/*",
|
|
|
|
+ "ZZUIKit/Classes/ZZListTitle/*",
|
|
|
|
+ "ZZUIKit/Classes/FlexLibPreview/*",
|
|
|
|
+ "ZZUIKit/Classes/ZZSOController/*",
|
|
|
|
+ "ZZUIKit/Classes/ZZDoubleListViewController/*",
|
|
|
|
+ "ZZUIKit/Classes/ZZMaskView/*",
|
|
|
|
+ "ZZUIKit/Classes/ZZDialog/*",
|
|
|
|
+ "ZZUIKit/Classes/ZZTextImgView/*",
|
|
|
|
+ "ZZUIKit/Classes/ZZTextWidget/*"
|
|
|
|
+ ],
|
|
"resource_bundles": {
|
|
"resource_bundles": {
|
|
"ZZUIKit": [
|
|
"ZZUIKit": [
|
|
"ZZUIKit/Assets/*.png",
|
|
"ZZUIKit/Assets/*.png",
|
|
- "ZZUIKit/Assets/*.xml",
|
|
|
|
|
|
+ "ZZUIKit/Assets/XML/*.xml",
|
|
"ZZUIKit/Assets/*.strings",
|
|
"ZZUIKit/Assets/*.strings",
|
|
"ZZUIKit/Assets/*.lproj/*"
|
|
"ZZUIKit/Assets/*.lproj/*"
|
|
]
|
|
]
|