blob: 61e464532b7445a5996b9ce562dd0240e375b7ad [file] [log] [blame]
{
"name": "BetterSwift",
"version": "0.0.1",
"summary": "some extensions for swift",
"homepage": "https://github.com/515783034/BetterSwift",
"license": "MIT",
"authors": {
"shmily": "shmilyshijian@foxmail.com"
},
"social_media_url": "http://www.jianshu.com/u/3095a094665c",
"source": {
"git": "https://github.com/515783034/BetterSwift.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "BetterSwift/Sources/**/*.swift"
},
{
"name": "String",
"source_files": "BetterSwift/Sources/String/**/*.swift"
}
]
}