[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 3 / 0 / ZSTToolkit / 0.0.1 / ZSTToolkit.podspec.json
blob04e967be4005094b08d2e2ae6a8793b015cc1807
2   "name": "ZSTToolkit",
3   "version": "0.0.1",
4   "summary": "A set of classes/categories to make your iOS life easier.",
5   "description": "\n    ZSTToolkit includes a set of utility and helper classes.\n  ",
6   "homepage": "https://github.com/irmakcan/ZSTToolkit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Irmak Can Ozsut": "irmakcan@irmakcan.com"
13   },
14   "social_media_url": "http://twitter.com/irmakcanozsut",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/irmakcan/ZSTToolkit.git",
21     "tag": "v0.0.1"
22   },
23   "source_files": "ZSTToolkit/**/*.{h,m}",
24   "ios": {
25     "frameworks": [
26       "Foundation",
27       "UIKit",
28       "CoreGraphics"
29     ]
30   }