[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 7 / a / b / ZXCategory / 0.0.6 / ZXCategory.podspec.json
blob424726ee1cbe41bc75afc4e2f5e07ddcd52edbbb
2   "name": "ZXCategory",
3   "version": "0.0.6",
4   "summary": "Custom Category used on iOS.",
5   "description": "Custom Category used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/ZHANGMRXIN/ZXCategory",
7   "license": "MIT",
8   "authors": {
9     "xinzhang": "zx270611346@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/ZHANGMRXIN/ZXCategory.git",
16     "tag": "0.0.6"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "UIView",
22       "source_files": "ZXCategory/UIView/*.{h,m}"
23     },
24     {
25       "name": "EasyLog",
26       "source_files": "ZXCategory/EasyLog/*.{h,m}"
27     }
28   ]