[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 4 / c / e / HYKit / 0.3.5 / HYKit.podspec.json
blobe940cb9fe4492b72c6c907b98e6f82096c93ba8e
2   "name": "HYKit",
3   "version": "0.3.5",
4   "summary": "HYKit is a collection of common used category of classes.",
5   "description": "HYKit is a collection of common used category of classes. NSString, NSDate, NSObject...",
6   "homepage": "https://github.com/yclzone/HYKit",
7   "license": "MIT",
8   "authors": {
9     "yclzone": "yclzone@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/yclzone/HYKit.git",
13     "tag": "0.3.5"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "HYKit": [
22       "Pod/Resouses/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit",
26   "dependencies": {
27     "AFNetworking": [
28       "~> 3.0"
29     ]
30   }