[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / b / e / QTPopups / 0.0.1 / QTPopups.podspec.json
blob3dcc59ff08e66a5fbe9dc75d64cac2ef6c378962
2   "name": "QTPopups",
3   "version": "0.0.1",
4   "summary": "QTPopups",
5   "description": "Qingting iOS QTPopups Framework",
6   "homepage": "https://git2.qingtingfm.com/CocoaPods/QTPopups",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xupeng": "xupeng@qingting.fm"
13   },
14   "source": {
15     "git": "https://git2.qingtingfm.com/CocoaPods/qtpopups.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "public_header_files": "Source/Classes/QTPopups.h",
23   "source_files": "Source/Classes/QTPopups.h",
24   "resource_bundles": {
25     "QTPopups": [
26       "Source/Assets/images/*.png"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "AlertView",
32       "source_files": [
33         "Source/Classes/AlertView/*",
34         "Source/Classes/Base/*"
35       ]
36     },
37     {
38       "name": "SheetView",
39       "source_files": [
40         "Source/Classes/SheetView/*",
41         "Source/Classes/Base/*"
42       ]
43     }
44   ]