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