1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "MSYConfig",
- "version": "1.0.0",
- "summary": "美时互娱配置库",
- "description": "ios用户信息",
- "homepage": "http://github/ubungit.git",
- "license": "MIT",
- "authors": {
- "静静地白色外套": "296019487@qq.com"
- },
- "platforms": {
- "ios": "8.0"
- },
- "source": {
- "git": "http://github/ubungit.git",
- "tag": "1.0.0"
- },
- "default_subspecs": "base",
- "subspecs": [
- {
- "name": "base",
- "source_files": [
- "source/base/**/*.{h,m,swift}",
- "source/**.{h,m,swift}"
- ]
- },
- {
- "name": "encrypt",
- "source_files": [
- "source/encrypt/**/*.{h,m,swift}",
- "source/**.{h,m,swift}"
- ]
- }
- ]
- }
|