| { |
| "name": "BugClipper", |
| "version": "2.3.0", |
| "summary": "BugClipper SDK for iOS applications", |
| "description": "Visit http://www.bugclipper.com to get a key.", |
| "homepage": "http://www.bugclipper.com", |
| "license": { |
| "type": "Commercial", |
| "text": " Copyright (c) 2013-2014, BugClipper Technologies.\n All rights reserved.\n" |
| }, |
| "authors": { |
| "Puneet Sharma": "puneet.sharma@bugclipper.com" |
| }, |
| "social_media_url": "http://www.twitter.com/bugclipper", |
| "source": { |
| "git": "https://github.com/bugclipper/BugClipper.git", |
| "tag": "2.3.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "resources": "BugClipper.bundle", |
| "ios": { |
| "vendored_frameworks": "BugClipper.framework", |
| "exclude_files": [ |
| ".git", |
| "README.md", |
| "BugClipper.podspec" |
| ] |
| }, |
| "frameworks": [ |
| "AVFoundation", |
| "CoreGraphics", |
| "CoreMedia", |
| "CoreVideo", |
| "MobileCoreServices", |
| "QuartzCore", |
| "SystemConfiguration", |
| "CoreTelephony", |
| "GLKit", |
| "MediaPlayer" |
| ], |
| "xcconfig": { |
| "OTHER_LDFLAGS": "-ObjC -all_load" |
| } |
| } |