blob: ec78fe9f927068f1db542f5c6b43d628ef24bc39 [file] [log] [blame]
{
"name": "ARWebServerActivity",
"version": "1.0.1",
"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.1"
},
"source_files": "ARWebServerActivity/*.{h,m,swift}",
"resources": "ARWebServerActivity/ARWebServerActivity.bundle",
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreGraphics"
],
"dependencies": {
"GCDWebServer/WebUploader": [
"~> 3.3"
]
}
}