[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 8 / c / ARWebServerActivity / 1.0.1 / ARWebServerActivity.podspec.json
blobec78fe9f927068f1db542f5c6b43d628ef24bc39
2   "name": "ARWebServerActivity",
3   "version": "1.0.1",
4   "license": "MIT",
5   "summary": "A UIActivity subclass that share files via GCDWebServer with Twitter Bootstrap UI.",
6   "homepage": "https://github.com/alexruperez/ARWebServerActivity",
7   "screenshots": "https://raw.githubusercontent.com/alexruperez/ARWebServerActivity/master/screenshot.png",
8   "authors": {
9     "Alex RupĂ©rez": "contact@alexruperez.com"
10   },
11   "social_media_url": "http://twitter.com/alexruperez",
12   "platforms": {
13     "ios": "6.0"
14   },
15   "source": {
16     "git": "https://github.com/alexruperez/ARWebServerActivity.git",
17     "tag": "1.0.1"
18   },
19   "source_files": "ARWebServerActivity/*.{h,m,swift}",
20   "resources": "ARWebServerActivity/ARWebServerActivity.bundle",
21   "requires_arc": true,
22   "frameworks": [
23     "UIKit",
24     "CoreGraphics"
25   ],
26   "dependencies": {
27     "GCDWebServer/WebUploader": [
28       "~> 3.3"
29     ]
30   }