Skip to content

Commit

Permalink
[Add] ACFoundation 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geasscz authored and CocoaPodsBot committed Aug 11, 2024
1 parent 226b329 commit 0a02854
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions Specs/1/7/d/ACFoundation/2.8.0/ACFoundation.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"name": "ACFoundation",
"version": "2.8.0",
"summary": "ACFoundation is my general tools, contains UI/db/animation",
"description": "ACFoundation is my general tools, contains UI/db/animation/fileBrowser and so on",
"homepage": "https://gitee.com/geasscz/ACFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CZ": "[email protected]"
},
"source": {
"git": "https://gitee.com/geasscz/ACFoundation.git",
"tag": "2.8.0"
},
"platforms": {
"ios": "12.0"
},
"source_files": "source_files/**/*.{h,m,c}",
"resources": "source_files/**/*.{txt,xib,strings}",
"prefix_header_contents": [
"#ifdef __OBJC__",
"#import \"AppConfig.h\"",
"#endif"
],
"dependencies": {
"AFNetworking": [
"4.0.1"
],
"HWWeakTimer": [
"1.0"
],
"SAMKeychain": [
"1.5.3"
],
"FLAnimatedImage": [
"1.0.17"
],
"Masonry": [
"1.1.0"
],
"FMDB": [
"2.7.5"
],
"SDWebImage": [
"5.15.7"
],
"SDWebImageFLPlugin": [
"0.6.0"
],
"BarCodeKit": [

]
},
"ios": {
"pod_target_xcconfig": {
"IPHONEOS_DEPLOYMENT_TARGET": "12.0"
}
}
}

0 comments on commit 0a02854

Please sign in to comment.