[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 6 / 4 / f / RoughSwift / 1.0.0 / RoughSwift.podspec.json
blob193bf713ea27d8c4ce7cb0b8e986c35154de8c04
2   "name": "RoughSwift",
3   "summary": "Create hand-drawn, sketchy, comic shape in Swift",
4   "version": "1.0.0",
5   "homepage": "https://github.com/onmyway133/RoughSwift",
6   "license": "MIT",
7   "authors": {
8     "Khoa Pham": "onmyway133@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/onmyway133/RoughSwift.git",
12     "tag": "1.0.0"
13   },
14   "social_media_url": "https://twitter.com/onmyway133",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "ios": {
20     "source_files": "Sources/{Shared,iOS}/**/*",
21     "frameworks": [
22       "UIKit",
23       "JavascriptCore"
24     ]
25   },
26   "resources": "Sources/Shared/*.js",
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "4.2"
29   }