[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / b / c / kuzdevlib / 1.0.9 / kuzdevlib.podspec.json
blob12286d99a006506c77e696a5c1b9d2527a42fba9
2   "name": "kuzdevlib",
3   "version": "1.0.9",
4   "summary": "Categories and Helpers.",
5   "description": "Categories and Helpers for my development",
6   "homepage": "http://kuz-dev.ru/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mikhail Kuzevanov": "megakozma@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/megakozma/kuzdevlib.git",
16     "tag": "1.0.9"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "kuzdevlib/KuzDev.h",
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Categories",
27       "source_files": "kuzdevlib/Categories/*.{h,m}"
28     }
29   ]