blob: d8db7062d411f54e02a8d7c8abf636a685263ddb [file] [log] [blame]
{
"name": "DeLorean",
"version": "0.4.1",
"summary": "A Functional Reactive Kit for Swift.",
"homepage": "https://github.com/bontoJR/DeLorean",
"license": {
"type": "MIT"
},
"authors": {
"bontoJR": "junior@bonto.ch"
},
"requires_arc": true,
"platforms": {
"osx": "10.9",
"ios": "8.0"
},
"source": {
"git": "https://github.com/bontoJR/DeLorean.git",
"tag": "0.4.1"
},
"source_files": "DeLorean/*.swift",
"ios": {
"source_files": "DeLorean/iOS/*.swift"
}
}