[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 2 / 7 / FFSafeKit / 0.1.2 / FFSafeKit.podspec.json
blob96c1d13a1d168559849f8ab05825c48da8a4bb88
2   "name": "FFSafeKit",
3   "version": "0.1.2",
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.1.2"
25   }