[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 2 / 7 / FFSafeKit / 0.4.0 / FFSafeKit.podspec.json
blobc9aca384135c0557b113165adf99f1de0c7aa772
2   "name": "FFSafeKit",
3   "version": "0.4.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.4.0"
25   }