blob: 0b6e01e0989cda6ec116e38c04a2372bf51cb1b8 [file] [log] [blame]
{
"name": "AppleDevice",
"version": "1.0.2",
"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.2"
},
"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"
}
}