blob: a6b957b7667b3c653b93e99d273cfcca58a6d782 [file] [log] [blame]
{
"name": "IOSSweet",
"version": "0.1.1",
"summary": "IOSSweet is an iOS library writen by swift.",
"homepage": "https://github.com/yangentao/IOSSweet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yangentao": "entaoyang@163.com"
},
"source": {
"git": "https://github.com/yangentao/IOSSweet.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3"
],
"source_files": "IOSSweet/Classes/**/*",
"resources": [
"IOSSweet/Assets/*"
],
"frameworks": [
"UIKit",
"CFNetwork",
"CoreGraphics",
"AVFoundation",
"Photos"
],
"dependencies": {
"SwiftSweet": [
"0.1.6"
]
},
"swift_version": "5.3"
}