[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 1 / 4 / NorthLayout / 5.2.0 / NorthLayout.podspec.json
blob30909624b569e233908ec666bfe2f41aa7105364
2   "name": "NorthLayout",
3   "version": "5.2.0",
4   "summary": "Autolayout Visual Format Helper",
5   "description": "fast path to autolayout using the Visual Format like `autolayout(\"H:|-[label]-|\")`",
6   "homepage": "https://github.com/banjun/NorthLayout",
7   "license": "MIT",
8   "authors": {
9     "banjun": "banjun@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/banjun/NorthLayout.git",
13     "tag": "5.2.0"
14   },
15   "social_media_url": "https://twitter.com/banjun",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.11"
19   },
20   "source_files": "Classes/**/*",
21   "ios": {
22     "frameworks": "UIKit"
23   },
24   "osx": {
25     "frameworks": "AppKit"
26   },
27   "requires_arc": true,
28   "dependencies": {
29     "FootlessParser": [
30       "~> 0.4"
31     ]
32   }