[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 1 / e / 3 / YTTFakeServer / 0.1.0 / YTTFakeServer.podspec.json
blob9d9fe8cbec6e790c00ade6697dc5b15a7aafe2aa
2   "name": "YTTFakeServer",
3   "version": "0.1.0",
4   "summary": "A stub HTTP response provider for iOS.",
5   "homepage": "https://github.com/yatatsu/YTTFakeServer",
6   "license": "MIT",
7   "authors": {
8     "yatatsu": "yatatsukitagawa@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/yatatsu/YTTFakeServer.git",
12     "tag": "0.1.0"
13   },
14   "social_media_url": "https://twitter.com/tatsuyakit",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "YTTFakeServer": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Reachability": [
27       "~> 3.2"
28     ]
29   }