blob: ff9a02ab58ba7cc784493e2af5cb8bb52d5abd3d [file] [log] [blame]
{
"name": "Parse-SDK-Helpers",
"version": "1.1.0",
"summary": "Parse iOS and OSX SDK helpers.",
"homepage": "https://parse.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Khatskevich": "maxim.khatskevich@gmail.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/maximkhatskevich/ParseHelpers.git",
"tag": "1.1.0"
},
"frameworks": "Foundation",
"ios": {
"dependencies": {
"Parse-iOS-SDK": [
"~> 1.2.19"
]
}
},
"osx": {
"dependencies": {
"Parse-OSX-SDK": [
"~> 1.2.18"
]
}
},
"requires_arc": true,
"default_subspecs": [
"Core"
],
"subspecs": [
{
"name": "Core",
"source_files": [
"Main/Src/*.h",
"Main/Src/Core/*.{h,m}"
]
},
{
"name": "UserExt",
"source_files": [
"Main/Src/ParseMacros.h",
"Main/Src/Core/PFUser+ParseHelpers.{h,m}",
"Main/Src/UserExt/*.{h,m}"
]
}
]
}