[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / c / e / PgMdAtom / 1.1.4 / PgMdAtom.podspec.json
blob748dd8418d65bc93a195c7a5f69f56d7f4ad7f88
2   "name": "PgMdAtom",
3   "version": "1.1.4",
4   "summary": "Complete ATOM parser for iOS.",
5   "homepage": "https://pagemeld.com/code/PgMdAtom",
6   "license": {
7     "type": "APACHE",
8     "text": "Copyright 2013 Curtis Lee Fulton\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n\n\n\n"
9   },
10   "authors": {
11     "curtisleefulton": "curtisleefulton@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/curtisleefulton/PgMdAtom.git",
15     "tag": "v1.1.4"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": [
21     "Classes",
22     "**/*.{h,m}"
23   ],
24   "frameworks": "SenTestingKit",
25   "requires_arc": true,
26   "xcconfig": {
27     "FRAMEWORK_SEARCH_PATHS": "\"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
28   }