{ "name": "MFSIdentifier", "version": "1.0.2", "summary": "iOS App DeviceId", "description": "iOS App唯一标识符获取方案", "homepage": "https://github.com/maxfong/MFSIdentifier", "license": "MIT", "authors": { "maxfong": "devmaxfong@qq.com" }, "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/maxfong/MFSIdentifier.git", "tag": "1.0.2" }, "source_files": [ "MFSIdentifier/*.{h,m}", "MFSIdentifier/**/*.{h,m}" ], "dependencies": { "MFSCache": [ ] }, "xcconfig" : { "OTHER_LDFLAGS" : "-ObjC" } }