[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / a / d / b / MFSIdentifier / 1.0.1 / MFSIdentifier.podspec.json
blobe072504051329d869c6d8c0ba2f0d7713d7ee64c
2   "name": "MFSIdentifier",
3   "version": "1.0.1",
4   "summary": "iOS App DeviceId",
5   "description": "iOS App唯一标识符获取方案",
6   "homepage": "https://github.com/maxfong/MFSIdentifier",
7   "license": "MIT",
8   "authors": {
9     "maxfong": "devmaxfong@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/maxfong/MFSIdentifier.git",
16     "tag": "1.0.1"
17   },
18   "source_files": [
19     "MFSIdentifier/*.{h,m}",
20     "MFSIdentifier/**/*.{h,m}"
21   ],
22   "dependencies": {
23     "MFSCache": [
25     ]
26   },
27   "xcconfig": {
28     "OTHER_LDFLAGS": "-ObjC"
29   }