[Add] MapboxCommon 24.10.0-daily-2024-12-24-04-25
[CocoaPods.git] / Specs / f / 6 / 5 / CLPCode / 0.0.3 / CLPCode.podspec.json
blob05584d0b893996bf471e37f4458859ccafa5272b
2   "name": "CLPCode",
3   "version": "0.0.3",
4   "summary": "A simple tool",
5   "homepage": "https://github.com/carlsworld/CLPCode",
6   "license": "MIT",
7   "authors": {
8     "Carlson": "ioslove@126.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/carlsworld/CLPCode.git",
15     "tag": "0.0.3"
16   },
17   "requires_arc": true,
18   "source_files": "CLPCode/Class/Common/**/*.{h,m}",
19   "exclude_files": "Classes/Exclude",
20   "subspecs": [
21     {
22       "name": "SimpleKit",
23       "platforms": {
24         "ios": "8.0"
25       },
26       "source_files": "CLPCode/Class/Kit/CLPSimpleKit/*.{h,m}"
27     },
28     {
29       "name": "PhotoBrowser",
30       "platforms": {
31         "ios": "8.0"
32       },
33       "source_files": "CLPCode/Class/Kit/CLPhotoBrowser/*.{h,m}",
34       "dependencies": {
35         "SDWebImage": [
37         ]
38       }
39     }
40   ]