[Add] ChartboostMediationAdapterIronSource 5.8.5.1.0.0
[CocoaPods.git] / Specs / a / f / 2 / SGExtension / 1.0.1 / SGExtension.podspec.json
blobe0b1f8951cc14028408e5c4947515b3d16c082b0
2   "name": "SGExtension",
3   "version": "1.0.1",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "license": "MIT",
8   "homepage": "https://github.com/iOSSinger",
9   "authors": {
10     "iOSSinger": "747616044@qq.com"
11   },
12   "summary": "常用工具的小合集",
13   "source": {
14     "git": "https://github.com/iOSSinger/SGExtension.git",
15     "tag": "1.0.1"
16   },
17   "source_files": "SGExtension/SGExtension.h",
18   "resources": "SGExtension/source.bundle",
19   "frameworks": "UIKit",
20   "libraries": "z",
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Category",
25       "source_files": "SGExtension/Category/{*.h,*.m}",
26       "libraries": "z"
27     },
28     {
29       "name": "Tools",
30       "source_files": "SGExtension/Tools/{*.h,*.m}"
31     }
32   ]