blob: 33d814023658a5fa8aa8c5e7c11e73dde729ca68 [file] [log] [blame]
{
"name": "FreshAir",
"version": "0.2.3",
"summary": "An application update library.",
"homepage": "https://github.com/Raizlabs/FreshAir",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Gorbach": "michael@mgorbach.name",
"Brian King": "brianaking@gmail.com",
"Blake Skinner": "blake.skinner@raizlabs.com"
},
"source": {
"git": "https://github.com/Raizlabs/FreshAir.git",
"tag": "0.2.3"
},
"social_media_url": "http://twitter.com/raizlabs",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "FreshAir",
"resource_bundles": {
"FreshAir": [
"FreshAir/FreshAir/UI/FreshAirUpdate.strings"
]
},
"subspecs": [
{
"name": "AppStoreCheck",
"source_files": "FreshAir/RZFAppStoreUpdateCheck.{h,m}"
},
{
"name": "FreshAir",
"source_files": "FreshAir/**/*.{h,m}"
}
]
}