| { |
| "name": "iTellAFriend", |
| "version": "1.4.1", |
| "license": "Apache License, Version 2.0", |
| "summary": "iTellAFriend is an iOS toolkit for displaying a preconfigued mail composerwith a \"Tell a Friend\" template in ios apps.", |
| "homepage": "https://github.com/aporat/iTellAFriend", |
| "authors": { |
| "Adar Porat": "http://github.com/aporat" |
| }, |
| "source": { |
| "git": "https://github.com/aporat/iTellAFriend.git", |
| "tag": "1.4.1" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "requires_arc": true, |
| "source_files": "src/*.{h,m}", |
| "preserve_paths": [ |
| "Classes", |
| "*.{plist,pch,md,m,xcodeproj}", |
| "example" |
| ], |
| "frameworks": "MessageUI", |
| "deprecated": true |
| } |