[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / b / e / HaidoraRefreshExtension / 0.1.0 / HaidoraRefreshExtension.podspec.json
blob9d3954b2f404b4ccf40301f1d1a0d9aa86a40a48
2   "name": "HaidoraRefreshExtension",
3   "version": "0.1.0",
4   "summary": "HaidoraRefreshExtension.",
5   "description": "                      HaidoraRefresh几个自定义拉下动画.\n",
6   "homepage": "https://github.com/Haidora/HaidoraRefreshExtension",
7   "license": "MIT",
8   "authors": {
9     "mrdaios": "mrdaios@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Haidora/HaidoraRefreshExtension.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/*.h",
20   "dependencies": {
21     "HaidoraRefresh": [
23     ]
24   },
25   "subspecs": [
26     {
27       "name": "Color",
28       "source_files": "Pod/Classes/ExtensionColor/**/*"
29     },
30     {
31       "name": "Gif",
32       "source_files": "Pod/Classes/ExtensionGif/**/*",
33       "dependencies": {
34         "AnimatedGIFImageSerialization": [
35           "~> 0.2.0"
36         ]
37       },
38       "resource_bundles": {
39         "HaidoraRefreshExtensionGif": [
40           "Pod/Assets/ExtensionGif/*.*"
41         ]
42       }
43     },
44     {
45       "name": "Indicator",
46       "source_files": "Pod/Classes/ExtensionIndicator/**/*"
47     }
48   ]