blob: 91c2d9886a24345de36b62380d4f7d049e7e7278 [file] [log] [blame]
{
"name": "FreshAir",
"version": "0.2.4",
"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.4"
},
"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}"
}
]
}