[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / 6 / a / QPFoundation / 1.0.0 / QPFoundation.podspec.json
blobe80ed13a3ee9ef10e81d5d4f4eb73ed5c0c03bd5
2   "name": "QPFoundation",
3   "version": "1.0.0",
4   "summary": "Provides a general and convenient framework for building App, including UI, enhancement tool classes, network interface, debugging, etc.",
5   "description": "Provides a general and convenient framework for building App, including UI,\nenhancement tool classes, network interface, debugging, etc.",
6   "homepage": "https://github.com/keqiongpan/QPFoundation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Qiongpan Ke": "keqiongpan@163.com"
13   },
14   "source": {
15     "git": "https://github.com/keqiongpan/QPFoundation.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.8"
21   },
22   "ios": {
23     "source_files": "QPFoundation/Classes/**/*",
24     "resource_bundles": {
25       "QPFoundation": [
26         "QPFoundation/Assets/**/*"
27       ]
28     },
29     "public_header_files": "QPFoundation/Classes/**/*.h"
30   },
31   "osx": {
32     "source_files": [
33       "QPFoundation/Classes/**/Networking/*",
34       "QPFoundation/Classes/**/QPPublicHeader.h",
35       "QPFoundation/Classes/**/QPFoundation.h"
36     ],
37     "public_header_files": [
38       "QPFoundation/Classes/**/Networking/*.h",
39       "QPFoundation/Classes/**/QPPublicHeader.h",
40       "QPFoundation/Classes/**/QPFoundation.h"
41     ]
42   }