blob: c892de5dce9b8c8b3240520083cdba41fa6939a8 [file] [log] [blame]
{
"name": "SwiftFP",
"platforms": {
"ios": "8.0"
},
"summary": "Utility data structures for functional programming in Swift.",
"requires_arc": true,
"version": "1.0.1",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Hai Pham": "swiften.svc@gmail.com"
},
"homepage": "https://github.com/protoman92/SwiftFP.git",
"source": {
"git": "https://github.com/protoman92/SwiftFP.git",
"tag": "1.0.1"
},
"subspecs": [
{
"name": "Main",
"source_files": "SwiftFP/**/*.{swift}"
}
]
}