[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 1 / 0 / Brief / 0.1.0 / Brief.podspec.json
blobef9a8d82928028a8a33ef10a4b956572db159f43
2   "name": "Brief",
3   "version": "0.1.0",
4   "summary": "Easy access to UIView & CALayer's layout properties in Swift",
5   "homepage": "https://github.com/kakajika/Brief",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "kakajika": "kakajika200x@gmail.com"
9   },
10   "platforms": {
11     "ios": "8.0",
12     "osx": "10.10"
13   },
14   "source": {
15     "git": "https://github.com/kakajika/Brief.git",
16     "tag": "0.1.0"
17   },
18   "ios": {
19     "source_files": "Brief/*.swift"
20   },
21   "osx": {
22     "source_files": "Brief-OSX/*.swift"
23   },
24   "requires_arc": true