- Fix podspec

This commit is contained in:
Garrett Moon
2015-07-27 10:58:31 -07:00
parent 80723bb43a
commit ed0bd22360
7 changed files with 1537 additions and 1539 deletions

View File

@@ -2,14 +2,14 @@
"name": "PINRemoteImage",
"version": "1.0",
"summary": "YAIDCLIOS (Yet another image downloading and caching library for iOS)",
"homepage": "https://github.pinadmin.com/Pinterest/PINRemoteImage",
"homepage": "https://github.com/pinterest/PINRemoteImage",
"license": "Apache 2.0",
"authors": {
"Garrett Moon": "garrett@pinterest.com"
},
"source": {
"git": "git@github.pinadmin.com:Pinterest/PINRemoteImage.git",
"tag": "1.0"
"git": "https://github.com/pinterest/PINRemoteImage.git",
"tag": 1.0
},
"social_media_url": "https://twitter.com/garrettmoon",
"platforms": {
@@ -28,7 +28,7 @@
">= 1.0"
],
"PINCache": [
">=1.2"
">=2.0"
]
}
}