| { |
| "name": "AZDateBuilder", |
| "version": "1.0.2", |
| "summary": "Simple NSDate builder library.", |
| "homepage": "https://github.com/azu/AZDateBuilder", |
| "license": "MIT", |
| "authors": { |
| "azu": "info@efcl.info" |
| }, |
| "platforms": { |
| "ios": "11.4" |
| }, |
| "source": { |
| "git": "https://github.com/azu/AZDateBuilder.git", |
| "tag": "1.0.2" |
| }, |
| "swift_version": "4.1", |
| "requires_arc": true, |
| "default_subspecs": "ObjC", |
| "subspecs": [ |
| { |
| "name": "ObjC", |
| "source_files": "Lib/**/*.{h,m}" |
| }, |
| { |
| "name": "Swift", |
| "source_files": "Lib/**/*.{swift}" |
| } |
| ] |
| } |