[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 8 / b / YOLayout / 0.2.2 / YOLayout.podspec.json
blob0c5af01832b67c5ae57a6f1b6fffc84862a88f7d
2   "name": "YOLayout",
3   "version": "0.2.2",
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.2.2"
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       "YOLayout/Box/*.{h,m}",
25       "YOLayout/Layouts/*.{h,m}"
26     ]
27   },
28   "osx": {
29     "source_files": [
30       "YOLayout/*.{h,m}",
31       "YOLayout/AppKit/*.{h,m}",
32       "YOLayout/Box/*.{h,m}",
33       "YOLayout/Layouts/*.{h,m}"
34     ]
35   }