[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 6 / d / 4 / CUtil / 1.0.0 / CUtil.podspec.json
blob777bd4d46b4dc0301a8916fff193e527cf3c1138
2   "name": "CUtil",
3   "version": "1.0.0",
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.0"
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"