[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / e / b / QExtension / 1.0.4 / QExtension.podspec.json
blobdebeb3d1557b7fb1ae01770ffaeef33b222a1df2
2   "name": "QExtension",
3   "version": "1.0.4",
4   "license": "MIT",
5   "authors": {
6     "QianChia": "jhqian0228@icloud.com"
7   },
8   "summary": "The extension method for Foundation & UIKit Class",
9   "homepage": "https://github.com/QianChia/QExtension",
10   "source": {
11     "git": "https://github.com/QianChia/QExtension.git",
12     "tag": "1.0.4"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": "QExtension/QExtension.h",
19   "public_header_files": "QExtension/QExtension.h",
20   "subspecs": [
21     {
22       "name": "NSString+BundlePath",
23       "source_files": "QExtension/NSString+BundlePath/NSString+BundlePath.{h,m}",
24       "public_header_files": "QExtension/NSString+BundlePath/NSString+BundlePath.h"
25     },
26     {
27       "name": "NSString+Base64",
28       "source_files": "QExtension/NSString+Base64/NSString+Base64.{h,m}",
29       "public_header_files": "QExtension/NSString+Base64/NSString+Base64.h"
30     },
31     {
32       "name": "NSString+Hash",
33       "source_files": "QExtension/NSString+Hash/NSString+Hash.{h,m}",
34       "public_header_files": "QExtension/NSString+Hash/NSString+Hash.h"
35     },
36     {
37       "name": "NSData+FormData",
38       "source_files": "QExtension/NSData+FormData/NSData+FormData.{h,m}",
39       "public_header_files": "QExtension/NSData+FormData/NSData+FormData.h"
40     },
41     {
42       "name": "QPageView",
43       "source_files": "QExtension/QPageView/QPageView.{h,m}",
44       "public_header_files": "QExtension/QPageView/QPageView.h"
45     },
46     {
47       "name": "UIButton+Progress",
48       "source_files": "QExtension/UIButton+Progress/UIButton+Progress.{h,m}",
49       "public_header_files": "QExtension/UIButton+Progress/UIButton+Progress.h"
50     },
51     {
52       "name": "NSArray+LocaleLog",
53       "source_files": "QExtension/NSArray+LocaleLog/NSArray+LocaleLog.{h,m}",
54       "public_header_files": "QExtension/NSArray+LocaleLog/NSArray+LocaleLog.h"
55     },
56     {
57       "name": "NSDictionary+LocaleLog",
58       "source_files": "QExtension/NSDictionary+LocaleLog/NSDictionary+LocaleLog.{h,m}",
59       "public_header_files": "QExtension/NSDictionary+LocaleLog/NSDictionary+LocaleLog.h"
60     }
61   ]