blob: f319651a3c2dae2fb4a73938ef4a08256a17f8f1 [file] [log] [blame]
{
"name": "GowalkCameraFramework",
"version": "1.0.0",
"summary": "机器模式拍摄模块",
"homepage": "https://github.com/ShannonCrazy/GowalkCameraFramework",
"license": "MIT",
"authors": {
"Lingzhi": "541273160@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ShannonCrazy/GowalkCameraFramework.git",
"tag": "1.0.0"
},
"source_files": "GowalkCameraFramework/**/*.{h}",
"vendored_frameworks": "GowalkCameraFramework/**/*.{framework}",
"resources": "GowalkCameraFramework/**/*.{bundle}",
"frameworks": [
"UIKit",
"CoreLocation",
"CoreMotion",
"AssetsLibrary",
"Photos",
"Foundation",
"AVFoundation",
"AddressBook",
"Contacts",
"UserNotifications"
],
"dependencies": {
"AFNetworking": [
]
}
}