| { |
| "name": "WatchCon", |
| "version": "1.0", |
| "summary": "WatchCon is a tool which enables creating easy connectivity between iOS and WatchOS", |
| "homepage": "https://github.com/abdullahselek/WatchCon", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Abdullah Selek": "abdullahselek@yahoo.com" |
| }, |
| "source": { |
| "git": "https://github.com/abdullahselek/WatchCon.git", |
| "tag": "1.0" |
| }, |
| "platforms": { |
| "ios": "9.0", |
| "watchos": "2.0" |
| }, |
| "source_files": "Sources/*.{h,m}", |
| "requires_arc": true, |
| "frameworks": "WatchConnectivity" |
| } |