[Add] ApproovURLSession 3.3.2
[CocoaPods.git] / Specs / d / b / 2 / ICECategory / 1.0.3 / ICECategory.podspec.json
blob7fd5f0a8a8f83dcbf92298787672ebc8d7135b44
2   "name": "ICECategory",
3   "version": "1.0.3",
4   "summary": "常用的Category",
5   "description": "TODO: This is a simple custom Category.",
6   "homepage": "https://github.com/My-Pod/ICECategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gumengxiao": "rare_ice@163.com"
13   },
14   "source": {
15     "git": "https://github.com/My-Pod/ICECategory.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "ICECategory/*.{h,m}",
22   "subspecs": [
23     {
24       "name": "Foundation",
25       "source_files": "ICECategory/Foundation/*.{h,m}"
26     },
27     {
28       "name": "UIKit",
29       "source_files": "ICECategory/UIKit/*.{h,m}"
30     }
31   ]