[Add] YLCategory-Swift-MacOS 1.0.2
[CocoaPods.git] / Specs / 0 / 1 / d / JPAspect / 1.0.0 / JPAspect.podspec.json
blob2ce66266d3ea039e601b1e79bebfde6db8f6c05d
2   "name": "JPAspect",
3   "version": "1.0.0",
4   "summary": "JPAspect fix bugs dynamically by json.",
5   "homepage": "https://github.com/zhiyongzou/JPAspect",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "zzyong": "scauzouzhiyong@163.com"
12   },
13   "source": {
14     "git": "https://github.com/zhiyongzou/JPAspect.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "JPAspect/*.{h,m}",
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Base",
25       "source_files": "JPAspect/Base/*.{h,m}"
26     },
27     {
28       "name": "Model",
29       "source_files": "JPAspect/Model/*.{h,m}"
30     }
31   ]