blob: f9f6c4c2775042200d8f49dccf059240661d680b [file] [log] [blame]
{
"name": "CocoaHelper",
"version": "2.0.2",
"summary": "A bundle Swift categories for Cocoa/Cocoa Touch.",
"description": "CocoaHelper is a bundle Swift categories for Cocoa/Cocoa Touch.",
"homepage": "https://github.com/Meniny/CocoaHelper-in-Swift",
"license": "MIT",
"authors": {
"Meniny": "Meniny@qq.com"
},
"source": {
"git": "https://github.com/Meniny/CocoaHelper-in-Swift.git",
"tag": "2.0.2"
},
"social_media_url": "http://meniny.cn/",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"ios": {
"source_files": [
"CocoaHelper/Apple/iOS/**/*",
"CocoaHelper/Apple/Universal/**/*",
"CocoaHelper/Universal/**/*"
],
"frameworks": [
"Foundation",
"UIKit",
"ImageIO",
"QuartzCore",
"Security"
]
},
"osx": {
"source_files": [
"CocoaHelper/Apple/macOS/**/*",
"CocoaHelper/Apple/Universal/**/*",
"CocoaHelper/Universal/**/*"
],
"frameworks": [
"Cocoa",
"ImageIO",
"QuartzCore",
"Security"
]
},
"tvos": {
"source_files": [
"CocoaHelper/Apple/tvOS/**/*",
"CocoaHelper/Apple/Universal/**/*",
"CocoaHelper/Universal/**/*"
],
"frameworks": [
"Foundation",
"UIKit",
"ImageIO",
"QuartzCore"
]
},
"watchos": {
"source_files": [
"CocoaHelper/Apple/watchOS/**/*",
"CocoaHelper/Apple/Universal/**/*",
"CocoaHelper/Universal/**/*"
],
"frameworks": [
"Foundation",
"UIKit",
"ImageIO",
"Security"
]
},
"pushed_with_swift_version": "3.0"
}