[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / d / 4 / CUtil / 0.0.11 / CUtil.podspec.json
blobfa912e7cfd9d35a481ef9b47b67562614b5302c2
2   "name": "CUtil",
3   "version": "0.0.11",
4   "summary": "CUtil is a common utilities collection. It is designed as a tool-box for iOS development.",
5   "authors": {
6     "acttos": "majinshou@gmail.com"
7   },
8   "social_media_url": "https://twitter.com/hulu0319",
9   "homepage": "https://github.com/acttos/CommonUtilities",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/acttos/CommonUtilities.git",
19     "tag": "0.0.11"
20   },
21   "public_header_files": [
22     "CUtil/*.h",
23     "CUtil/**/*.h"
24   ],
25   "source_files": [
26     "CUtil/*.h",
27     "CUtil/**/*.{h,m}"
28   ],
29   "ios": {
30     "frameworks": "UIKit"
31   }