| { |
| "name": "BMCredentials", |
| "version": "1.0.2", |
| "summary": "Only make your users sign in once for all their devices. Conveniently and securely stores user credentials and syncs with iCloud Keychain.", |
| "homepage": "https://github.com/iosengineer/BMCredentials", |
| "license": "MIT", |
| "authors": { |
| "Adam Iredale": "@iosengineer" |
| }, |
| "source": { |
| "git": "https://github.com/iosengineer/BMCredentials.git", |
| "tag": "1.0.2" |
| }, |
| "social_media_url": "https://twitter.com/iosengineer", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Classes", |
| "ios": { |
| "exclude_files": "Classes/osx" |
| }, |
| "osx": { |
| "exclude_files": "Classes/ios" |
| }, |
| "frameworks": "Security" |
| } |