blob: 2e4242494bf32c8f44498cbbac399065b62dc8ca [file] [log] [blame]
{
"name": "AppleDevice",
"version": "1.0.0",
"license": "MIT",
"summary": "Apple Device Information",
"homepage": "https://github.com/muhuaxin/AppleDevice",
"authors": {
"Huaxin Mu": "bupt.muhuaxin@gmail.com"
},
"source": {
"git": "https://github.com/muhuaxin/AppleDevice.git",
"tag": "1.0.0"
},
"description": "AppleDevice supports iOS, macOS, tvOS and watchOS.",
"source_files": "AppleDevice/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"platforms": {
"ios": "2.0",
"osx": "10.8",
"tvos": "9.0",
"watchos": "2.0"
}
}