[Add] PlanktonGameServicesSDK 5.2.1
[CocoaPods.git] / Specs / 6 / e / b / QExtension / 1.0.3 / QExtension.podspec.json
blob8eea4e97af1c7e51730e499f262f72ea083c705d
2   "name": "QExtension",
3   "version": "1.0.3",
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.3"
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.{h,m}",
24       "public_header_files": "QExtension/NSString+BundlePath.h"
25     },
26     {
27       "name": "NSString+Base64",
28       "source_files": "QExtension/NSString+Base64.{h,m}",
29       "public_header_files": "QExtension/NSString+Base64.h"
30     },
31     {
32       "name": "NSString+Hash",
33       "source_files": "QExtension/NSString+Hash.{h,m}",
34       "public_header_files": "QExtension/NSString+Hash.h"
35     },
36     {
37       "name": "NSData+FormData",
38       "source_files": "QExtension/NSData+FormData.{h,m}",
39       "public_header_files": "QExtension/NSData+FormData.h"
40     },
41     {
42       "name": "UIButton+Progress",
43       "source_files": "QExtension/UIButton+Progress.{h,m}",
44       "public_header_files": "QExtension/UIButton+Progress.h"
45     },
46     {
47       "name": "NSArray+LocaleLog",
48       "source_files": "QExtension/NSArray+LocaleLog.{h,m}",
49       "public_header_files": "QExtension/NSArray+LocaleLog.h"
50     },
51     {
52       "name": "NSDictionary+LocaleLog",
53       "source_files": "QExtension/NSDictionary+LocaleLog.{h,m}",
54       "public_header_files": "QExtension/NSDictionary+LocaleLog.h"
55     }
56   ]