[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / a / d / b / MFSIdentifier / 1.0.0 / MFSIdentifier.podspec.json
blobb4fc795f1bc1bb9ab19ef082c0c678ae7fed62cb
2   "name": "MFSIdentifier",
3   "version": "1.0.0",
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.0"
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   }