| { |
| "name": "SwiftCalc", |
| "version": "0.0.1", |
| "summary": "The swift lib app is used for calculating addition and substraction", |
| "description": "The swift lib app is used for calculating addition and substraction", |
| "homepage": "http://EXAMPLE/SwiftyLib", |
| "license": "MIT", |
| "authors": { |
| "Jeya Sekharan": "mjeyasekharan@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/jeyasekharan/swiftlibpractice.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "Classes", |
| "SwiftyLib/**/*.{swift}" |
| ], |
| "exclude_files": "Classes/Exclude" |
| } |