[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / e / 0 / Dimension / 1.2.6 / Dimension.podspec.json
blob02c7ab33764386a00ada37aa4446a56a67cefea6
2   "name": "Dimension",
3   "version": "1.2.6",
4   "homepage": "https://github.com/materik/dimension.git",
5   "summary": "Extensions for UIKit objects for easier access of frame properties",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Mattias Eriksson": "thematerik@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/materik/dimension.git",
19     "tag": "1.2.6"
20   },
21   "exclude_files": [
22     "SwiftTests",
23     "ObjCTests"
24   ],
25   "frameworks": [
26     "UIKit"
27   ],
28   "default_subspecs": "Swift",
29   "subspecs": [
30     {
31       "name": "Swift",
32       "source_files": "Swift/**/*.swift"
33     },
34     {
35       "name": "ObjC",
36       "source_files": "ObjC/**/*.{h,m}"
37     }
38   ]