blob: 193bf713ea27d8c4ce7cb0b8e986c35154de8c04 [file] [log] [blame]
{
"name": "RoughSwift",
"summary": "Create hand-drawn, sketchy, comic shape in Swift",
"version": "1.0.0",
"homepage": "https://github.com/onmyway133/RoughSwift",
"license": "MIT",
"authors": {
"Khoa Pham": "onmyway133@gmail.com"
},
"source": {
"git": "https://github.com/onmyway133/RoughSwift.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/onmyway133",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/{Shared,iOS}/**/*",
"frameworks": [
"UIKit",
"JavascriptCore"
]
},
"resources": "Sources/Shared/*.js",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}