[Add] ReerCodable 1.1.2
[CocoaPods.git] / Specs / e / 0 / 5 / practiceProject / 0.0.5 / practiceProject.podspec.json
blobf5f1a597283679104d97b2a473e02cf6e72c030f
2   "name": "practiceProject",
3   "version": "0.0.5",
4   "summary": "练习pod库",
5   "description": "“这是描述部分”",
6   "homepage": "git@github.com:LJJHD/practiceProject.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "malagu": "liujiajun888666@icloud.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/LJJHD/practiceProject.git",
19     "tag": "0.0.5"
20   },
21   "source_files": "praticeProject/Classes/Print.{h,m}",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Tools",
26       "source_files": "praticeProject/Classes/functionOne.{h,m}"
27     },
28     {
29       "name": "Tools2",
30       "source_files": "praticeProject/Classes/functionTwo.{h,m}"
31     }
32   ]