[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 4 / 0 / f / CommonUtilities / 0.0.1 / CommonUtilities.podspec.json
blob30f20eff64954d88bb284608ad0da4823aea592b
2   "name": "CommonUtilities",
3   "version": "0.0.1",
4   "summary": "CommonUtilities is a common utilities collection. It is designed as a tool-box for iOS development.",
5   "description": "CommonUtilities 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.1"
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   }