[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 2 / 7 / FFSafeKit / 0.3.0 / FFSafeKit.podspec.json
blobb21e2a1229fc69167f1ecc3473d66bec5b144dd6
2   "name": "FFSafeKit",
3   "version": "0.3.0",
4   "summary": "Using NSArray, NSMutableArray, NSDictionary, NSMutableDictionary, NSMutableString safely.",
5   "description": "Now using NSArray, NSMutableArray, NSDictionary, NSMutableDictionary, NSMutableString as usual, and will never throw exception.",
6   "homepage": "https://github.com/JonyFang/FFSafeKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JonyFang": "jony.chunfang@gmail.com"
13   },
14   "social_media_url": "https://www.jonyfang.com",
15   "requires_arc": true,
16   "frameworks": "Foundation",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "FFSafeKit/**/*.{h,m}",
21   "public_header_files": "FFSafeKit/**/*.{h}",
22   "source": {
23     "git": "https://github.com/JonyFang/FFSafeKit.git",
24     "tag": "0.3.0"
25   }