[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / a / c / JMKit-ToolBox / 0.1.0 / JMKit-ToolBox.podspec.json
blob132b91a1420a606181c14d6c58f4a0f339208707
2   "name": "JMKit-ToolBox",
3   "version": "0.1.0",
4   "summary": "Code Fast Use for iOS",
5   "description": "oc常用工具类",
6   "homepage": "https://gitlab.com/FKFuture/jmfunction",
7   "license": "MIT",
8   "authors": {
9     "JM": "asdfgwjm@163.com"
10   },
11   "source": {
12     "git": "https://gitlab.com/FKFuture/jmfunction.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "frameworks": [
19     "Foundation",
20     "UIKit"
21   ],
22   "subspecs": [
23     {
24       "name": "Tool",
25       "source_files": "Demo/JMFuction/Tool/*.{h,m}",
26       "public_header_files": "Demo/JMFuction/Tool/*.h"
27     },
28     {
29       "name": "Encryption",
30       "source_files": "Demo/JMFuction/Encryption/*.{h,m}",
31       "public_header_files": "Demo/JMFuction/Encryption/*.h"
32     }
33   ]