blob: 7086c13d5739a49d9bd812be7081eed02c6245ad [file] [log] [blame]
{
"name": "ARWebServerActivity",
"version": "1.0.2",
"license": "MIT",
"summary": "A UIActivity subclass that share files via GCDWebServer with Twitter Bootstrap UI.",
"homepage": "https://github.com/alexruperez/ARWebServerActivity",
"screenshots": "https://raw.githubusercontent.com/alexruperez/ARWebServerActivity/master/screenshot.png",
"authors": {
"Alex Rupérez": "contact@alexruperez.com"
},
"social_media_url": "http://twitter.com/alexruperez",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/alexruperez/ARWebServerActivity.git",
"tag": "1.0.2"
},
"source_files": "ARWebServerActivity/*.{h,m,swift}",
"resources": "ARWebServerActivity/ARWebServerActivity.bundle",
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreGraphics"
],
"dependencies": {
"GCDWebServer/WebUploader": [
"~> 3.3"
]
}
}