[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 7 / 8 / 1 / ZQFoundationKit / 0.1.0 / ZQFoundationKit.podspec.json
blobd28dd6df577d9d7c8ef9fa9006d1b94eeb4c3317
2   "name": "ZQFoundationKit",
3   "version": "0.1.0",
4   "summary": "ZQFoundationKit.基础库",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/zeqinjie/ZQFoundationKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhengzeqin": "zhengzeqin@addcn.com"
13   },
14   "source": {
15     "git": "https://github.com/zeqinjie/ZQFoundationKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "public_header_files": "ZQFoundationKit/Classes/ZQFoundationKit.h",
22   "source_files": "ZQFoundationKit/Classes/ZQFoundationKit.h",
23   "prefix_header_contents": [
24     "#import <UIKit/UIKit.h>",
25     "#import <Foundation/Foundation.h>"
26   ],
27   "subspecs": [
28     {
29       "name": "UIColorExtension",
30       "source_files": "ZQFoundationKit/Classes/UIColorExtension/*.{h,m}"
31     }
32   ]