| { |
| "name": "CrashlyticsFrameworkOSX", |
| "version": "2.1.2", |
| "summary": "The most powerful, yet lightest weight crash reporting solution for iOS and Android developers. | Crashlytics", |
| "homepage": "http://crashlytics.com", |
| "license": { |
| "type": "Copyright", |
| "file": "LICENSE" |
| }, |
| "authors": "Crashlytics", |
| "source": { |
| "git": "https://github.com/abbeycode/CrashlyticsFrameworkOSX.git", |
| "tag": "2.1.2" |
| }, |
| "platforms": { |
| "osx": "10.9" |
| }, |
| "requires_arc": true, |
| "osx": { |
| "resources": "Crashlytics.framework", |
| "public_header_files": "Crashlytics.framework/Versions/A/Headers/*.h", |
| "vendored_frameworks": "Crashlytics.framework" |
| }, |
| "xcconfig": { |
| "FRAMEWORK_SEARCH_PATHS": "$(inherited)" |
| }, |
| "preserve_paths": "Crashlytics.framework" |
| } |