[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 4 / 7 / 5 / UberSignature / 1.0.2 / UberSignature.podspec.json
blobb19fd6e8c59f60dc6186509a20eb46566140ac49
2   "name": "UberSignature",
3   "version": "1.0.2",
4   "license": {
5     "type": "BSD"
6   },
7   "homepage": "https://github.com/uber/UberSignature",
8   "authors": "Uber",
9   "summary": "Draw signatures in Swift and Objective-C.",
10   "source": {
11     "git": "https://github.com/uber/UberSignature.git",
12     "tag": "1.0.2"
13   },
14   "default_subspecs": "Swift",
15   "frameworks": [
16     "CoreGraphics",
17     "Foundation",
18     "UIKit"
19   ],
20   "requires_arc": true,
21   "platforms": {
22     "ios": "11.4"
23   },
24   "swift_version": "4.1",
25   "subspecs": [
26     {
27       "name": "ObjC",
28       "private_header_files": "Sources/ObjC/Internal/*.h",
29       "source_files": [
30         "Sources/ObjC/**/*.{h,m}",
31         "Sources/ObjC/Internal/*.h"
32       ]
33     },
34     {
35       "name": "Swift",
36       "source_files": "Sources/Swift/**/*.swift"
37     }
38   ]