blob: 22419a1356f19c753e80c701596fe77a745adb7a [file] [log] [blame]
{
"name": "JSACollection",
"version": "1.6.1",
"summary": "A framework that can parse objects from array, dictionary, & object structures.",
"homepage": "https://github.com/NelsonLeDuc/JSACollection",
"license": "MIT",
"authors": {
"Nelson LeDuc": "nelson.leduc@jumpspaceapps.com"
},
"source": {
"git": "https://github.com/NelsonLeDuc/JSACollection.git",
"tag": "1.6.1"
},
"default_subspecs": "Core",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "JSACollection/Classes/**/*.{h,m}",
"exclude_files": "JSACollection/Classes/Public/Swift/**"
},
{
"name": "Swift",
"platforms": {
"ios": "8.0"
},
"source_files": "JSACollection/Classes/Public/Swift/**",
"dependencies": {
"JSACollection/Core": [
]
}
}
]
}