blob: 261a5e0139f3808c91688e8e6d39f2a66969d864 [file] [log] [blame]
{
"name": "YangMingShan",
"authors": {
"Team": "yang-ming-shan@oath.com"
},
"version": "2.0.1",
"summary": "The collection of useful UI components that inspired by Yahoo apps.",
"homepage": "https://github.com/yahoo/YangMingShan",
"license": "Yahoo! Inc. BSD license",
"source": {
"git": "https://github.com/yahoo/YangMingShan.git",
"tag": "2.0.1"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
],
"platforms": {
"ios": "9.0"
},
"default_subspecs": "YMSPhotoPicker",
"subspecs": [
{
"name": "YMSPhotoPicker",
"source_files": "YangMingShan/YMSPhotoPicker/**/*.{h,m}",
"resources": [
"YangMingShan/YMSPhotoPicker/**/*.xib",
"YangMingShan/YMSPhotoPicker/YMSPhotoPickerAssets.xcassets"
],
"frameworks": [
"Photos",
"AVFoundation"
]
}
]
}