blob: 09a8a1f4560c662a03cd13f3a19e303a7344d5fb [file] [log] [blame]
{
"name": "GCDKit",
"version": "1.3.0",
"license": "MIT",
"summary": "GCDKit is Grand Central Dispatch simplified with Swift",
"homepage": "https://github.com/JohnEstropia/GCDKit",
"authors": {
"John Rommel Estropia": "rommel.estropia@gmail.com"
},
"source": {
"git": "https://github.com/JohnEstropia/GCDKit.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": [
"Sources",
"Sources/**/*.{swift}"
],
"frameworks": "Foundation",
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-D USE_FRAMEWORKS"
}
}