| { |
| "name": "BDGUtilities", |
| "version": "0.0.24", |
| "summary": "xCode Utilities", |
| "homepage": "https://github.com/BobDG/BDGUtilities", |
| "authors": { |
| "Bob de Graaf": "graafict@gmail.com" |
| }, |
| "license": "MIT", |
| "source": { |
| "git": "https://github.com/BobDG/BDGUtilities.git", |
| "tag": "0.0.24" |
| }, |
| "source_files": "**/*.{h,m}", |
| "resources": [ |
| "**/*.{png}", |
| "**/*.lproj" |
| ], |
| "frameworks": [ |
| "StoreKit", |
| "CoreLocation", |
| "MessageUI", |
| "OpenAl", |
| "AVFoundation", |
| "AudioToolbox" |
| ], |
| "weak_frameworks": "Social", |
| "platforms": { |
| "ios": null |
| }, |
| "requires_arc": true |
| } |