[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 6 / d / 4 / CUtil / 0.0.4 / CUtil.podspec.json
blobc6a87fe74bae681979c5460c37d59dea11a11ea9
2   "name": "CUtil",
3   "version": "0.0.4",
4   "summary": "CUtil is a common utilities collection. It is designed as a tool-box for iOS development.",
5   "description": "CUtil is a common utilities collection. It is designed as a tool-box for iOS development.\n              This project is a framework of Common Utilities using in iOS development with Objective-C.",
6   "homepage": "https://github.com/acttos/CommonUtilities.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "acttos": "majinshou@gmail.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/acttos/CommonUtilities.git",
19     "tag": "0.0.4"
20   },
21   "source_files": [
22     "CommonUtilities",
23     "CommonUtilities/*.{h,m}",
24     "CommonUtilities/**/*.{h,m}"
25   ],
26   "exclude_files": "CommonUtilities/Exclude",
27   "public_header_files": [
28     "CommonUtilities/*.h",
29     "CommonUtilities/**/*.h"
30   ],
31   "ios": {
32     "frameworks": "UIKit"
33   }