[Add] SingBox 1.0.0
[CocoaPods.git] / Specs / 1 / 8 / b / YOLayout / 0.1.5 / YOLayout.podspec.json
blob7dff58e8df60e48dceed5888132c960de1d15084
2   "name": "YOLayout",
3   "version": "0.1.5",
4   "summary": "Layout framework.",
5   "homepage": "https://github.com/YOLayout/YOLayout",
6   "license": "MIT",
7   "authors": {
8     "Gabriel Handford": "gabrielh@gmail.com",
9     "John Boiles": "johnaboiles@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/YOLayout/YOLayout.git",
13     "tag": "0.1.5"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.8"
19   },
20   "ios": {
21     "source_files": [
22       "YOLayout/*.{h,m}",
23       "YOLayout/UIKit/*.{h,m}"
24     ]
25   },
26   "osx": {
27     "source_files": [
28       "YOLayout/*.{h,m}",
29       "YOLayout/AppKit/*.{h,m}"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Box",
35       "osx": {
36         "source_files": [
37           "YOLayout/*.{h,m}",
38           "YOLayout/AppKit/*.{h,m}",
39           "YOLayout/Box/*.{h,m}"
40         ]
41       },
42       "ios": {
43         "source_files": [
44           "YOLayout/*.{h,m}",
45           "YOLayout/UIKit/*.{h,m}",
46           "YOLayout/Box/*.{h,m}"
47         ]
48       }
49     }
50   ]