blob: 32710f795c5035e5647a16248949832bd6e890af [file] [log] [blame]
{
"name": "YangMingShan",
"authors": {
"Team": "yang-ming-shan@yahoo-inc.com"
},
"version": "1.2.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": "1.2.1"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
],
"platforms": {
"ios": "8.0"
},
"default_subspecs": "YMSPhotoPicker",
"subspecs": [
{
"name": "YMSPhotoPicker",
"source_files": "YangMingShan/YMSPhotoPicker/**/*.{h,m}",
"resources": [
"YangMingShan/YMSPhotoPicker/**/*.xib",
"YangMingShan/YMSPhotoPicker/YMSPhotoPickerAssets.xcassets"
],
"frameworks": [
"Photos",
"AVFoundation"
]
}
]
}