blob: bdbe98d8d54357ea4e41a874536472bd811bf180 [file] [log] [blame]
{
"name": "SwiftFP",
"platforms": {
"ios": "9.0"
},
"summary": "Utility data structures for functional programming in Swift.",
"requires_arc": true,
"version": "1.0.0",
"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.0"
},
"subspecs": [
{
"name": "Main",
"source_files": "SwiftFP/**/*.{swift}"
}
]
}