[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 9 / e / 0 / Dimension / 1.1.0 / Dimension.podspec.json
blob346fc70a3ccbc8fcd419cc69fe787a2aa70db40e
2   "name": "Dimension",
3   "version": "1.1.0",
4   "summary": "Extensions for UIKit objects for easier access of frame properties",
5   "homepage": "https://github.com/materik/dimension.git",
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.1.0"
20   },
21   "exclude_files": [
22     "DemoSwift",
23     "DemoObjC"
24   ],
25   "frameworks": [
26     "UIKit"
27   ],
28   "default_subspecs": "Swift",
29   "subspecs": [
30     {
31       "name": "Swift",
32       "source_files": "*.swift"
33     },
34     {
35       "name": "ObjC",
36       "source_files": "*.{h,m}",
37       "public_header_files": "*.h"
38     }
39   ]