| { |
| "name": "foundationextensions", |
| "version": "0.2.0", |
| "summary": "Helpful set of homemade Foundation extensions", |
| "homepage": "http://dashdevs.com", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "dashdevs llc": "hello@dashdevs.com" |
| }, |
| "source": { |
| "git": "https://github.com/itomych/foundationextensions.git", |
| "tag": "0.2.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "foundationextensions/Classes/**/*", |
| "swift_versions": "4.2", |
| "default_subspecs": "Core", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "foundationextensions/Classes/*.{h,m,swift}" |
| }, |
| { |
| "name": "NSBundle", |
| "source_files": "foundationextensions/Classes/NSBundle+DDExtensions.{h,m}" |
| }, |
| { |
| "name": "NSString", |
| "source_files": "foundationextensions/Classes/NSString+DDExtensions.{h,m}" |
| }, |
| { |
| "name": "NSDictionary", |
| "source_files": "foundationextensions/Classes/NSDictionary+DDExtensions.{h,m}" |
| }, |
| { |
| "name": "NSURLRequest", |
| "source_files": "foundationextensions/Classes/NSURLRequest+DDExtensions.{h,m}" |
| }, |
| { |
| "name": "NSData", |
| "source_files": "foundationextensions/Classes/NSData+DDExtensions.{h,m}" |
| }, |
| { |
| "name": "NSFileManager", |
| "source_files": "foundationextensions/Classes/NSFileManager+DDExtensions.{h,m}" |
| }, |
| { |
| "name": "NSURLComponents", |
| "source_files": "foundationextensions/Classes/NSURLComponents+DDExtensions.{h,m}" |
| } |
| ], |
| "swift_version": "4.2" |
| } |