[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / d / 4 / CUtil / 0.1.7 / CUtil.podspec.json
blob9abfbe27ce2b75b49f73345e3d97088c2e89f2cd
2   "name": "CUtil",
3   "version": "0.1.7",
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": "0.1.7"
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   }