[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 2 / 6 / 3 / YangMingShan / 1.1.0 / YangMingShan.podspec.json
blob1a6225c9471409158722269ada0f202ab2315870
2   "name": "YangMingShan",
3   "authors": {
4     "Team": "yang-ming-shan@yahoo-inc.com"
5   },
6   "version": "1.1.0",
7   "summary": "The collection of useful UI components that inspired by Yahoo apps.",
8   "homepage": "https://github.com/yahoo/YangMingShan",
9   "license": "Yahoo! Inc. BSD license",
10   "source": {
11     "git": "https://github.com/yahoo/YangMingShan.git",
12     "tag": "1.1.0"
13   },
14   "requires_arc": true,
15   "frameworks": [
16     "Foundation",
17     "UIKit",
18     "QuartzCore"
19   ],
20   "platforms": {
21     "ios": "8.0"
22   },
23   "default_subspecs": "YMSPhotoPicker",
24   "subspecs": [
25     {
26       "name": "YMSPhotoPicker",
27       "source_files": "YangMingShan/YMSPhotoPicker/**/*.{h,m}",
28       "resources": [
29         "YangMingShan/YMSPhotoPicker/**/*.xib",
30         "YangMingShan/YMSPhotoPicker/YMSPhotoPickerAssets.xcassets"
31       ],
32       "frameworks": [
33         "Photos",
34         "AVFoundation"
35       ]
36     }
37   ]