| { |
| "name": "LHSCategoryCollection", |
| "version": "0.0.22", |
| "summary": "A collection of helpful categories for use in iOS projects.", |
| "homepage": "http://lionheartsw.com", |
| "license": "Apache 2.0", |
| "authors": { |
| "Dan Loewenherz": "dan@lionheartsw.com" |
| }, |
| "social_media_url": "http://twitter.com/dwlz", |
| "source": { |
| "git": "https://github.com/lionheart/LHSCategoryCollection.git", |
| "tag": "0.0.22" |
| }, |
| "source_files": "Categories/*.{h,m}", |
| "public_header_files": "Categories/*.h", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "frameworks": "UIKit" |
| } |