[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 2 / 4 / SafeData / 0.0.2 / SafeData.podspec.json
blob7bed03de14a509a7fa4b7a1fabc2a471870b1f81
2   "name": "SafeData",
3   "version": "0.0.2",
4   "summary": "Create Category for NSArray and NSDictionary to Protect Data.",
5   "description": "\nIn the judgement before using arrays and dictionaries, protect the data\n",
6   "homepage": "https://github.com/lishiping/SafeData.git",
7   "license": "LICENSE",
8   "authors": {
9     "lishiping": "83118274@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/lishiping/SafeData.git",
16     "tag": "0.0.2"
17   },
18   "source_files": [
19     "SafeData/SafeFoundation/*.{h,m,mm,cpp,c}",
20     "SafeData/SafeFoundation/*/*.{h,m,mm,cpp,c}"
21   ],
22   "public_header_files": [
23     "SafeData/SafeFoundation/*.h",
24     "SafeData/SafeFoundation/*/*.h"
25   ],
26   "frameworks": "Foundation",
27   "requires_arc": true,
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include"
30   }