[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / c / f / KittenKit / 1.0.1 / KittenKit.podspec.json
blobb877c6343b01adfb9a0842955f3df7e3fd9868da
2   "name": "KittenKit",
3   "version": "1.0.1",
4   "summary": "KittenKit is an example of how to create a universal .framework file",
5   "description": "KittenKit is an example of how to create a universal .framework file.\nThis is especially useful to distribute closed source swift frameworks.",
6   "homepage": "http://twitter.com/ivanbruel",
7   "license": {
8     "type": "Copyright",
9     "file": "LICENSE"
10   },
11   "social_media_url": "http://twitter.com/ivanbruel",
12   "authors": {
13     "Ivan Bruel": "ivan.bruel@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/ivanbruel/KittenKit.git",
17     "tag": "1.0.1"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "frameworks": [
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "ios": {
27     "vendored_frameworks": "KittenKit.framework"
28   },
29   "preserve_paths": "KittenKit.framework"