| { |
| "name": "freecall", |
| "version": "0.1.0", |
| "summary": "Free call for test", |
| "description": "ARC and GCD Compatible Reachability Class for iOS and OS X.", |
| "homepage": "https://github.com/Emirate/freecall", |
| "license": "MIT", |
| "authors": { |
| "thirakorn": "thirakorn.p@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Emirate/freecall.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "freecall": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |