[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / c / a / d / KMQToolKit / 0.1.0 / KMQToolKit.podspec.json
blob337f1fd252e050c225f0c144eefad32364e52f23
2   "name": "KMQToolKit",
3   "version": "0.1.0",
4   "summary": "ToolKit for OC development",
5   "description": "Error management, basic validation, color management and other wrappers.",
6   "homepage": "https://github.com/davidiamyou/KMQToolKit",
7   "license": "MIT",
8   "authors": {
9     "Weinan Qiu": "davidiamyou@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/davidiamyou/KMQToolKit.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/davidiamyou",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "KMQToolKit": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "GRMustache": [
28       "~> 7.3.2"
29     ]
30   }